Stabilize str_strip feature

This commit is contained in:
Lzu Tao 2020-05-22 15:29:47 +00:00
parent 091239ee60
commit 221c482142

View File

@ -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`.)