File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262#![ allow( explicit_outlives_requirements) ]
6363
6464#![ warn( deprecated_in_future) ]
65- #![ warn( intra_doc_link_resolution_failure) ]
6665#![ warn( missing_debug_implementations) ]
66+ #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
6767
6868#![ cfg_attr( not( test) , feature( generator_trait) ) ]
6969#![ cfg_attr( test, feature( test) ) ]
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) ]
6463#![ warn( missing_debug_implementations) ]
64+ #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
6565
6666#![ feature( allow_internal_unstable) ]
6767#![ feature( arbitrary_self_types) ]
You can’t perform that action at this time.
0 commit comments