1
Fork 0

rustdoc: Add some test enums to demo module

This commit is contained in:
Brian Anderson 2012-01-25 21:01:58 -08:00
parent 74e8b11194
commit 566a4be1f8

View file

@ -20,8 +20,11 @@ type waitress = {
hair_color: str
};
#[doc = "The type of things that produce omnomnom"]
enum omnomnomy {
#[doc = "Delicious sugar cookies"]
cookie,
#[doc = "It's pizza"]
pizza_pie([uint])
}