We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab23ecb commit b12a1acCopy full SHA for b12a1ac
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 74e8b111946d21c331e6d3581c2486c6780fc0cd
+refs/heads/master: 566a4be1f892eee66f88b832ff04421ad70cb1ee
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/rustdoc/demo.rs
@@ -20,8 +20,11 @@ type waitress = {
20
hair_color: str
21
};
22
23
+#[doc = "The type of things that produce omnomnom"]
24
enum omnomnomy {
25
+ #[doc = "Delicious sugar cookies"]
26
cookie,
27
+ #[doc = "It's pizza"]
28
pizza_pie([uint])
29
}
30
0 commit comments