about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/driver.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver.rs b/src/driver.rs
index d3a7e24937f..3e1f423865b 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -1,6 +1,5 @@
 #![cfg_attr(feature = "deny-warnings", deny(warnings))]
 #![feature(rustc_private)]
-#![feature(str_strip)]
 
 // FIXME: switch to something more ergonomic here, once available.
 // (Currently there is no way to opt into sysroot crates without `extern crate`.)