1
Fork 0

Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum

Bump to 1.24.0

* Update the in-tree version number
* Update the bootstrap compiler
* Remove `cfg(stage0)` annotations
* Update crate dependencies
* Update Cargo itself
This commit is contained in:
bors 2017-12-02 05:21:58 +00:00
commit c3942e751c
12 changed files with 65 additions and 288 deletions

View file

@ -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;