Skip to content

Commit 566a4be

Browse files
committed
rustdoc: Add some test enums to demo module
1 parent 74e8b11 commit 566a4be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)