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 3333//! > allowing client software to access domains that are valid under either system.
3434#![ no_std]
3535#[ cfg_attr( feature = "unstable" , feature( "error_in_core" ) ) ]
36-
3736// For forwards compatibility
3837#[ cfg( feature = "std" ) ]
3938extern crate std;
Original file line number Diff line number Diff line change @@ -714,7 +714,7 @@ impl From<Errors> for Result<(), Errors> {
714714impl std:: error:: Error for Errors { }
715715
716716#[ cfg( feature = "nightly" ) ]
717- impl core:: error:: Error for Errors { }
717+ impl core:: error:: Error for Errors { }
718718
719719impl fmt:: Display for Errors {
720720 fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ alloc = []
4444debugger_visualizer = []
4545# Expose internal offsets of the URL.
4646expose_internals = []
47- serde = [" dep:serde" , " no-std-net/serde" ]
4847# For no_std: Allow the use of no_std_net instead of nightly
4948no_std_net = [" no-std-net" ]
5049# For no_std: Use errors_in_core and net_in_core
You can’t perform that action at this time.
0 commit comments