rustdoc: fix fallout of merging ast::ViewItem into ast::Item.

This commit is contained in:
Eduard Burtescu
2014-12-26 10:55:16 +02:00
parent f83a972224
commit 3102b9e19e
10 changed files with 224 additions and 250 deletions

View File

@@ -555,6 +555,8 @@
// This mapping table should match the discriminants of
// `rustdoc::html::item_type::ItemType` type in Rust.
var itemTypes = ["mod",
"externcrate",
"import",
"struct",
"enum",
"fn",
@@ -562,13 +564,10 @@
"static",
"trait",
"impl",
"viewitem",
"tymethod",
"method",
"structfield",
"variant",
"ffi", // retained for backward compatibility
"ffs", // retained for backward compatibility
"macro",
"primitive",
"associatedtype",