Skip to content

Commit 9c09d6a

Browse files
sanxiynalexcrichton
authored andcommitted
---
yaml --- r: 114047 b: refs/heads/master c: 48beab1 h: refs/heads/master i: 114045: 01b10db 114043: 7096350 114039: 4f536b1 114031: 771cef6 114015: 23a3a16 113983: 4239aab 113919: 57f1f10 v: v3
1 parent 9d845e2 commit 9c09d6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8c55fcd1f2ef3674d4bda4e38e2e7cacdd7cd5b8
2+
refs/heads/master: 48beab120553b2fcdaafcc2741c796d5c5169fcf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/librustdoc/html/render.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,7 @@ impl<'a> fmt::Show for Sidebar<'a> {
17751775
try!(block(fmt.buf, "enum", "Enums", it, cx));
17761776
try!(block(fmt.buf, "trait", "Traits", it, cx));
17771777
try!(block(fmt.buf, "fn", "Functions", it, cx));
1778+
try!(block(fmt.buf, "macro", "Macros", it, cx));
17781779
Ok(())
17791780
}
17801781
}

0 commit comments

Comments
 (0)