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:
parent
e99d523707
commit
58e4ab2b33
158 changed files with 315 additions and 873 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue