@@ -41,17 +41,17 @@ pub use crate::result::Result::{self, Err, Ok};
41
41
pub use core:: prelude:: v1:: {
42
42
asm, assert, cfg, column, compile_error, concat, concat_idents, env, file, format_args,
43
43
format_args_nl, global_asm, include, include_bytes, include_str, line, llvm_asm, log_syntax,
44
- module_path, option_env, stringify, trace_macros,
44
+ module_path, option_env, stringify, trace_macros, Clone , Copy , Debug , Default , Eq , Hash , Ord ,
45
+ PartialEq , PartialOrd ,
45
46
} ;
46
47
47
- // FIXME: Attribute and derive macros are not documented because for them rustdoc generates
48
+ // FIXME: Attribute and internal derive macros are not documented because for them rustdoc generates
48
49
// dead links which fail link checker testing.
49
50
#[ stable( feature = "builtin_macro_prelude" , since = "1.38.0" ) ]
50
51
#[ allow( deprecated) ]
51
52
#[ doc( hidden) ]
52
53
pub use core:: prelude:: v1:: {
53
- bench, global_allocator, test, test_case, Clone , Copy , Debug , Default , Eq , Hash , Ord ,
54
- PartialEq , PartialOrd , RustcDecodable , RustcEncodable ,
54
+ bench, global_allocator, test, test_case, RustcDecodable , RustcEncodable ,
55
55
} ;
56
56
57
57
#[ unstable(
0 commit comments