Skip to content
/ rustc Public
forked from rust-lang/rust

Commit 221c482

Browse files
committed
Stabilize str_strip feature
1 parent 091239e commit 221c482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/driver.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
22
#![feature(rustc_private)]
3-
#![feature(str_strip)]
43

54
// FIXME: switch to something more ergonomic here, once available.
65
// (Currently there is no way to opt into sysroot crates without `extern crate`.)

0 commit comments

Comments
 (0)