File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 63
63
//!
64
64
//! [dereferencing]: ../../std/ops/trait.Deref.html
65
65
//! [`Box`]: struct.Box.html
66
+ //! [`Global`]: ../alloc/struct.Global.html
67
+ //! [`Layout`]: ../alloc/struct.Layout.html
66
68
67
69
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
68
70
Original file line number Diff line number Diff line change 65
65
#![ allow( explicit_outlives_requirements) ]
66
66
67
67
#![ warn( deprecated_in_future) ]
68
- #![ warn ( intra_doc_link_resolution_failure) ]
68
+ #![ deny ( intra_doc_link_resolution_failure) ]
69
69
#![ warn( missing_debug_implementations) ]
70
70
71
71
#![ cfg_attr( not( test) , feature( generator_trait) ) ]
Original file line number Diff line number Diff line change 60
60
61
61
#![ warn( deprecated_in_future) ]
62
62
#![ warn( missing_docs) ]
63
- #![ warn ( intra_doc_link_resolution_failure) ]
63
+ #![ deny ( intra_doc_link_resolution_failure) ]
64
64
#![ warn( missing_debug_implementations) ]
65
65
66
66
#![ feature( allow_internal_unstable) ]
You can’t perform that action at this time.
0 commit comments