1
Fork 0

Copy AsciiExt methods to char directly

This is done in order to deprecate AsciiExt eventually.
This commit is contained in:
Lukas Kalbertodt 2017-09-28 17:04:38 +02:00
parent 5061c9fecb
commit d425f8d226
4 changed files with 501 additions and 3 deletions

View file

@ -77,7 +77,6 @@
#![stable(feature = "rust1", since = "1.0.0")]
use ascii::*;
use borrow::{Borrow, Cow};
use cmp;
use error::Error;