File tree 5 files changed +11
-11
lines changed
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.
71
71
This project is licensed under either of
72
72
73
73
* 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 )
75
75
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
76
- http ://opensource.org/licenses/MIT )
76
+ https ://opensource.org/licenses/MIT )
77
77
78
78
at your option.
79
79
Original file line number Diff line number Diff line change 1
1
// Copyright 2015 The Rust Project Developers.
2
2
//
3
3
// 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
6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
50
50
//! This crate has a single feature `all`, which enables all functions even ones
51
51
//! that are not available on all OSs.
52
52
53
- #![ doc( html_root_url = "https://docs.rs/socket2/0.3 " ) ]
53
+ #![ doc( html_root_url = "https://docs.rs/socket2/0.4 " ) ]
54
54
#![ deny( missing_docs, missing_debug_implementations, rust_2018_idioms) ]
55
55
// Show required OS/features on docs.rs.
56
56
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
Original file line number Diff line number Diff line change 1
1
// Copyright 2015 The Rust Project Developers.
2
2
//
3
3
// 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
6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
Original file line number Diff line number Diff line change 1
1
// Copyright 2015 The Rust Project Developers.
2
2
//
3
3
// 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
6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
Original file line number Diff line number Diff line change 1
1
// Copyright 2015 The Rust Project Developers.
2
2
//
3
3
// 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
6
6
// option. This file may not be copied, modified, or distributed
7
7
// except according to those terms.
8
8
You can’t perform that action at this time.
0 commit comments