1
Fork 0

extra: Put the nail in the coffin, delete libextra

This commit shreds all remnants of libextra from the compiler and standard
distribution. Two modules, c_vec/tempfile, were moved into libstd after some
cleanup, and the other modules were moved to separate crates as seen fit.

Closes #8784
Closes #12413
Closes #12576
This commit is contained in:
Alex Crichton 2014-03-14 11:16:10 -07:00
parent e99d523707
commit 58e4ab2b33
158 changed files with 315 additions and 873 deletions

View file

@ -4320,7 +4320,7 @@ impl Parser {
///
/// # Example
///
/// extern crate extra;
/// extern crate url;
/// extern crate foo = "bar";
fn parse_item_extern_crate(&mut self,
lo: BytePos,