about summary refs log tree commit diff
path: root/src/libterm/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libterm/lib.rs')
-rw-r--r--src/libterm/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs
index 3b5ac7baf20..ad1a83316be 100644
--- a/src/libterm/lib.rs
+++ b/src/libterm/lib.rs
@@ -35,8 +35,6 @@
        test(attr(deny(warnings))))]
 #![deny(missing_docs)]
 
-#![deny(rust_2018_idioms)]
-
 #![cfg_attr(windows, feature(libc))]
 
 use std::io::prelude::*;