File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 85
85
#![ warn( deprecated_in_future) ]
86
86
#![ warn( missing_debug_implementations) ]
87
87
#![ warn( missing_docs) ]
88
- #![ allow( explicit_outlives_requirements) ]
89
88
//
90
89
// Library features:
91
90
#![ feature( alloc_layout_extra) ]
Original file line number Diff line number Diff line change 92
92
#![ warn( deprecated_in_future) ]
93
93
#![ warn( missing_debug_implementations) ]
94
94
#![ warn( missing_docs) ]
95
- #![ allow( explicit_outlives_requirements) ]
96
95
#![ allow( incomplete_features) ]
97
96
//
98
97
// Library features:
Original file line number Diff line number Diff line change 217
217
#![ warn( deprecated_in_future) ]
218
218
#![ warn( missing_docs) ]
219
219
#![ warn( missing_debug_implementations) ]
220
- #![ allow( explicit_outlives_requirements) ]
221
220
#![ allow( unused_lifetimes) ]
222
221
#![ deny( rustc:: existing_doc_keyword) ]
223
222
// Ensure that std can be linked against panic_abort despite compiled with `-C panic=unwind`
You can’t perform that action at this time.
0 commit comments