summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-11-29 12:14:03 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-11-29 21:11:20 -0800
commita850bb0e5d07212ae716f447f3f69f6e4ce467da (patch)
tree2915b18366da7635096986b24d0cf97739f1fd56 /src/librustdoc/html/render.rs
parent78fcf338833bd265c7f8dd1e46caf02b66039bb8 (diff)
downloadrust-a850bb0e5d07212ae716f447f3f69f6e4ce467da.tar.gz
rust-a850bb0e5d07212ae716f447f3f69f6e4ce467da.zip
Update bootstrap compiler
Also remove a number of `stage0` annotations and such
Diffstat (limited to 'src/librustdoc/html/render.rs')
-rw-r--r--src/librustdoc/html/render.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index cf557b1c661..0c1902b7962 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -34,8 +34,6 @@
 //! both occur before the crate is rendered.
 pub use self::ExternalLocation::*;
 
-#[cfg(stage0)]
-use std::ascii::AsciiExt;
 use std::borrow::Cow;
 use std::cell::RefCell;
 use std::cmp::Ordering;