From 58e4ab2b33f559107dbdfa9d3cab882cf8029481 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 14 Mar 2014 11:16:10 -0700 Subject: 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 --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index b4f7238c9c7..040c4da6885 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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, -- cgit 1.4.1-3-g733a5