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 62
62
#![ allow( explicit_outlives_requirements) ]
63
63
64
64
#![ warn( deprecated_in_future) ]
65
- #![ warn( intra_doc_link_resolution_failure) ]
66
65
#![ warn( missing_debug_implementations) ]
66
+ #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
67
67
68
68
#![ cfg_attr( not( test) , feature( generator_trait) ) ]
69
69
#![ cfg_attr( test, feature( test) ) ]
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) ]
64
63
#![ warn( missing_debug_implementations) ]
64
+ #![ deny( intra_doc_link_resolution_failure) ] // rustdoc is run without -D warnings
65
65
66
66
#![ feature( allow_internal_unstable) ]
67
67
#![ feature( arbitrary_self_types) ]
You can’t perform that action at this time.
0 commit comments