]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/clean/cfg.rs
Update bootstrap compiler
[rust.git] / src / librustdoc / clean / cfg.rs
index 915383d8189e0db2a797150a318453e9723d7a22..5eb3e38d5b3712d9c0e7f76371e7651a76c27d9b 100644 (file)
@@ -15,8 +15,6 @@
 use std::mem;
 use std::fmt::{self, Write};
 use std::ops;
-#[cfg(stage0)]
-use std::ascii::AsciiExt;
 
 use syntax::symbol::Symbol;
 use syntax::ast::{MetaItem, MetaItemKind, NestedMetaItem, NestedMetaItemKind, LitKind};