Skip to content

Commit f6e8c96

Browse files
committed
---
yaml --- r: 13812 b: refs/heads/try c: 566a4be h: refs/heads/master v: v3
1 parent a393f10 commit f6e8c96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 74e8b111946d21c331e6d3581c2486c6780fc0cd
5+
refs/heads/try: 566a4be1f892eee66f88b832ff04421ad70cb1ee
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/demo.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ type waitress = {
2020
hair_color: str
2121
};
2222

23+
#[doc = "The type of things that produce omnomnom"]
2324
enum omnomnomy {
25+
#[doc = "Delicious sugar cookies"]
2426
cookie,
27+
#[doc = "It's pizza"]
2528
pizza_pie([uint])
2629
}
2730

0 commit comments

Comments
 (0)