Remove references to deprecated extern crate "foo" as bar
syntax
This syntax was removed inb24a3b8
but references remained in the grammar, the reference, rustdoc generation, and some auxiliary test files that don't seem to have been used since812637e
.
This commit is contained in:
parent
b210aea1d4
commit
bf06163ea7
7 changed files with 6 additions and 71 deletions
|
@ -1643,7 +1643,7 @@ fn item_module(w: &mut fmt::Formatter, cx: &Context,
|
|||
clean::ExternCrateItem(ref name, ref src) => {
|
||||
match *src {
|
||||
Some(ref src) => {
|
||||
try!(write!(w, "<tr><td><code>{}extern crate \"{}\" as {};",
|
||||
try!(write!(w, "<tr><td><code>{}extern crate {} as {};",
|
||||
VisSpace(myitem.visibility),
|
||||
src,
|
||||
name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue