Skip to content

Commit b12a1ac

Browse files
committed
---
yaml --- r: 10806 b: refs/heads/master c: 566a4be h: refs/heads/master v: v3
1 parent ab23ecb commit b12a1ac

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 74e8b111946d21c331e6d3581c2486c6780fc0cd
2+
refs/heads/master: 566a4be1f892eee66f88b832ff04421ad70cb1ee
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)