File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
#![ needs_allocator]
65
65
66
66
#![ warn( deprecated_in_future) ]
67
- #![ deny ( intra_doc_link_resolution_failure) ]
68
- #![ deny ( missing_debug_implementations) ]
67
+ #![ warn ( intra_doc_link_resolution_failure) ]
68
+ #![ warn ( missing_debug_implementations) ]
69
69
70
70
#![ cfg_attr( not( test) , feature( fn_traits) ) ]
71
71
#![ cfg_attr( not( test) , feature( generator_trait) ) ]
Original file line number Diff line number Diff line change 61
61
#![ no_core]
62
62
63
63
#![ warn( deprecated_in_future) ]
64
- #![ deny ( missing_docs) ]
65
- #![ deny ( intra_doc_link_resolution_failure) ]
66
- #![ deny ( missing_debug_implementations) ]
64
+ #![ warn ( missing_docs) ]
65
+ #![ warn ( intra_doc_link_resolution_failure) ]
66
+ #![ warn ( missing_debug_implementations) ]
67
67
68
68
#![ feature( allow_internal_unstable) ]
69
69
#![ feature( arbitrary_self_types) ]
You can’t perform that action at this time.
0 commit comments