about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-14 23:11:31 -0700
committerbors <bors@rust-lang.org>2014-03-14 23:11:31 -0700
commitfc7a112808fa918fa76c39ebd324bc5d19bc66e1 (patch)
tree7213cb7da98dcad55808aca6b5b939516e6f927a /src/libsyntax
parent2682c47dfbd2fde5a77cc025a352266d694280c4 (diff)
parent58e4ab2b33f559107dbdfa9d3cab882cf8029481 (diff)
downloadrust-fc7a112808fa918fa76c39ebd324bc5d19bc66e1.tar.gz
rust-fc7a112808fa918fa76c39ebd324bc5d19bc66e1.zip
auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson
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
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
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,