Skip to content

Commit 67ee95e

Browse files
committed
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)
2 parents 28e8542 + b294763 commit 67ee95e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,7 @@ a = Cat{ name: ~"Spotty", weight: 2.7 };
11171117

11181118
In this example, `Cat` is a _struct-like enum variant_,
11191119
whereas `Dog` is simply called an enum variant.
1120+
11201121
### Constants
11211122

11221123
~~~~~~~~ {.ebnf .gram}

0 commit comments

Comments
 (0)