about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 296c4c88727..d11dee8fc97 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -211,7 +211,6 @@
 
 #![deny(rust_2018_idioms)]
 #![allow(explicit_outlives_requirements)]
-#![allow(elided_lifetimes_in_paths)]
 
 // Tell the compiler to link to either panic_abort or panic_unwind
 #![needs_panic_runtime]