File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 33
33
//! > allowing client software to access domains that are valid under either system.
34
34
#![ no_std]
35
35
#[ cfg_attr( feature = "unstable" , feature( "error_in_core" ) ) ]
36
-
37
36
// For forwards compatibility
38
37
#[ cfg( feature = "std" ) ]
39
38
extern crate std;
Original file line number Diff line number Diff line change @@ -714,7 +714,7 @@ impl From<Errors> for Result<(), Errors> {
714
714
impl std:: error:: Error for Errors { }
715
715
716
716
#[ cfg( feature = "nightly" ) ]
717
- impl core:: error:: Error for Errors { }
717
+ impl core:: error:: Error for Errors { }
718
718
719
719
impl fmt:: Display for Errors {
720
720
fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ alloc = []
44
44
debugger_visualizer = []
45
45
# Expose internal offsets of the URL.
46
46
expose_internals = []
47
- serde = [" dep:serde" , " no-std-net/serde" ]
48
47
# For no_std: Allow the use of no_std_net instead of nightly
49
48
no_std_net = [" no-std-net" ]
50
49
# For no_std: Use errors_in_core and net_in_core
You can’t perform that action at this time.
0 commit comments