about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorLukas Kalbertodt <lukas.kalbertodt@gmail.com>2017-09-28 17:04:38 +0200
committerLukas Kalbertodt <lukas.kalbertodt@gmail.com>2017-11-03 21:27:40 +0100
commitd425f8d2266f481bab447f30816fc9a1b4907868 (patch)
treea32ccc8a0c1c197119ed13a5a3b2df0336d8f43a /src/libstd
parent5061c9fecb995bf1920bcb546cd522fe9a84dd3e (diff)
downloadrust-d425f8d2266f481bab447f30816fc9a1b4907868.tar.gz
rust-d425f8d2266f481bab447f30816fc9a1b4907868.zip
Copy `AsciiExt` methods to `char` directly
This is done in order to deprecate AsciiExt eventually.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index 294743ed2cc..270878dc029 100644
--- a/src/libstd/path.rs
+++ b/src/libstd/path.rs
@@ -77,7 +77,6 @@
 
 #![stable(feature = "rust1", since = "1.0.0")]
 
-use ascii::*;
 use borrow::{Borrow, Cow};
 use cmp;
 use error::Error;