File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6363//!
6464//! [dereferencing]: ../../std/ops/trait.Deref.html
6565//! [`Box`]: struct.Box.html
66+ //! [`Global`]: ../alloc/struct.Global.html
67+ //! [`Layout`]: ../alloc/struct.Layout.html
6668
6769#![ stable( feature = "rust1" , since = "1.0.0" ) ]
6870
Original file line number Diff line number Diff line change 6565#![ allow( explicit_outlives_requirements) ]
6666
6767#![ warn( deprecated_in_future) ]
68- #![ warn ( intra_doc_link_resolution_failure) ]
68+ #![ deny ( intra_doc_link_resolution_failure) ]
6969#![ warn( missing_debug_implementations) ]
7070
7171#![ cfg_attr( not( test) , feature( generator_trait) ) ]
Original file line number Diff line number Diff line change 6060
6161#![ warn( deprecated_in_future) ]
6262#![ warn( missing_docs) ]
63- #![ warn ( intra_doc_link_resolution_failure) ]
63+ #![ deny ( intra_doc_link_resolution_failure) ]
6464#![ warn( missing_debug_implementations) ]
6565
6666#![ feature( allow_internal_unstable) ]
You can’t perform that action at this time.
0 commit comments