Skip to content

Commit 859775c

Browse files
author
Lukas Markeffsky
committed
don't allow explicit_outlives_requirements in the standard library
1 parent 91385d5 commit 859775c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

library/alloc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
#![warn(deprecated_in_future)]
8686
#![warn(missing_debug_implementations)]
8787
#![warn(missing_docs)]
88-
#![allow(explicit_outlives_requirements)]
8988
//
9089
// Library features:
9190
#![feature(alloc_layout_extra)]

library/core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
#![warn(deprecated_in_future)]
9393
#![warn(missing_debug_implementations)]
9494
#![warn(missing_docs)]
95-
#![allow(explicit_outlives_requirements)]
9695
#![allow(incomplete_features)]
9796
//
9897
// Library features:

library/std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@
217217
#![warn(deprecated_in_future)]
218218
#![warn(missing_docs)]
219219
#![warn(missing_debug_implementations)]
220-
#![allow(explicit_outlives_requirements)]
221220
#![allow(unused_lifetimes)]
222221
#![deny(rustc::existing_doc_keyword)]
223222
// Ensure that std can be linked against panic_abort despite compiled with `-C panic=unwind`

0 commit comments

Comments
 (0)