Skip to content

Commit b294763

Browse files
committed
Missing newline causing title to not be a title
1 parent 1171a21 commit b294763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/rust.md

+1
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)