about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-05-22 15:29:47 +0000
committerLzu Tao <taolzu@gmail.com>2020-05-22 15:29:47 +0000
commit221c482142f84d5889edb8d17efab6470c81cf04 (patch)
treeed547add4af5943b7a14cbff91ab430187f241ac
parent091239ee6081d266ae59cc0660cc177994eba8d0 (diff)
downloadrust-221c482142f84d5889edb8d17efab6470c81cf04.tar.gz
rust-221c482142f84d5889edb8d17efab6470c81cf04.zip
Stabilize str_strip feature
-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`.)