We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091239e commit 221c482Copy full SHA for 221c482
src/driver.rs
@@ -1,6 +1,5 @@
1
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
2
#![feature(rustc_private)]
3
-#![feature(str_strip)]
4
5
// FIXME: switch to something more ergonomic here, once available.
6
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
0 commit comments