File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ Socket2 uses 1.46.0 as MSRV.
7171This project is licensed under either of
7272
7373 * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
74- http ://www.apache.org/licenses/LICENSE-2.0 )
74+ https ://www.apache.org/licenses/LICENSE-2.0 )
7575 * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
76- http ://opensource.org/licenses/MIT )
76+ https ://opensource.org/licenses/MIT )
7777
7878at your option.
7979
Original file line number Diff line number Diff line change 11// Copyright 2015 The Rust Project Developers.
22//
33// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4- // http ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5- // <LICENSE-MIT or http ://opensource.org/licenses/MIT>, at your
4+ // https ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5+ // <LICENSE-MIT or https ://opensource.org/licenses/MIT>, at your
66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
5050//! This crate has a single feature `all`, which enables all functions even ones
5151//! that are not available on all OSs.
5252
53- #![ doc( html_root_url = "https://docs.rs/socket2/0.3 " ) ]
53+ #![ doc( html_root_url = "https://docs.rs/socket2/0.4 " ) ]
5454#![ deny( missing_docs, missing_debug_implementations, rust_2018_idioms) ]
5555// Show required OS/features on docs.rs.
5656#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
Original file line number Diff line number Diff line change 11// Copyright 2015 The Rust Project Developers.
22//
33// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4- // http ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5- // <LICENSE-MIT or http ://opensource.org/licenses/MIT>, at your
4+ // https ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5+ // <LICENSE-MIT or https ://opensource.org/licenses/MIT>, at your
66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
Original file line number Diff line number Diff line change 11// Copyright 2015 The Rust Project Developers.
22//
33// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4- // http ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5- // <LICENSE-MIT or http ://opensource.org/licenses/MIT>, at your
4+ // https ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5+ // <LICENSE-MIT or https ://opensource.org/licenses/MIT>, at your
66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
Original file line number Diff line number Diff line change 11// Copyright 2015 The Rust Project Developers.
22//
33// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4- // http ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5- // <LICENSE-MIT or http ://opensource.org/licenses/MIT>, at your
4+ // https ://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5+ // <LICENSE-MIT or https ://opensource.org/licenses/MIT>, at your
66// option. This file may not be copied, modified, or distributed
77// except according to those terms.
88
You can’t perform that action at this time.
0 commit comments