Implement string stripping utilities from the Infra spec

This commit is contained in:
Keith Yeung 2017-10-21 05:12:04 -07:00
parent c494d25e24
commit 9d60333af9
2 changed files with 26 additions and 0 deletions

View file

@ -4,11 +4,14 @@
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
#![cfg_attr(feature = "unstable", feature(on_unimplemented))]
#![feature(ascii_ctype)]
#![feature(conservative_impl_trait)]
#![feature(const_fn)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(splice)]
#![feature(string_retain)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]