auto merge of #5029 : mcpherrinm/rust/master, r=catamorphism
Added a newline to make header be a header. (re-did pull request because I screwed up the last one)
This commit is contained in:
commit
67ee95e943
1 changed files with 1 additions and 0 deletions
|
@ -1117,6 +1117,7 @@ a = Cat{ name: ~"Spotty", weight: 2.7 };
|
|||
|
||||
In this example, `Cat` is a _struct-like enum variant_,
|
||||
whereas `Dog` is simply called an enum variant.
|
||||
|
||||
### Constants
|
||||
|
||||
~~~~~~~~ {.ebnf .gram}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue