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 a393f10 commit f6e8c96Copy full SHA for f6e8c96
[refs]
@@ -2,5 +2,5 @@
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
-refs/heads/try: 74e8b111946d21c331e6d3581c2486c6780fc0cd
+refs/heads/try: 566a4be1f892eee66f88b832ff04421ad70cb1ee
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
branches/try/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