rustdoc: List macros in the sidebar
This commit is contained in:
parent
8c55fcd1f2
commit
48beab1205
1 changed files with 1 additions and 0 deletions
|
@ -1775,6 +1775,7 @@ impl<'a> fmt::Show for Sidebar<'a> {
|
||||||
try!(block(fmt.buf, "enum", "Enums", it, cx));
|
try!(block(fmt.buf, "enum", "Enums", it, cx));
|
||||||
try!(block(fmt.buf, "trait", "Traits", it, cx));
|
try!(block(fmt.buf, "trait", "Traits", it, cx));
|
||||||
try!(block(fmt.buf, "fn", "Functions", it, cx));
|
try!(block(fmt.buf, "fn", "Functions", it, cx));
|
||||||
|
try!(block(fmt.buf, "macro", "Macros", it, cx));
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue