From d425f8d2266f481bab447f30816fc9a1b4907868 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Thu, 28 Sep 2017 17:04:38 +0200 Subject: Copy `AsciiExt` methods to `char` directly This is done in order to deprecate AsciiExt eventually. --- src/libstd/path.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') 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; -- cgit 1.4.1-3-g733a5