Navigation Menu

Skip to content

Commit

Permalink
rustdoc: List macros in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn authored and alexcrichton committed May 13, 2014
1 parent 8c55fcd commit 48beab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/render.rs
Expand Up @@ -1775,6 +1775,7 @@ impl<'a> fmt::Show for Sidebar<'a> {
try!(block(fmt.buf, "enum", "Enums", it, cx));
try!(block(fmt.buf, "trait", "Traits", it, cx));
try!(block(fmt.buf, "fn", "Functions", it, cx));
try!(block(fmt.buf, "macro", "Macros", it, cx));
Ok(())
}
}
Expand Down

0 comments on commit 48beab1

Please sign in to comment.