mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Missing newline causing title to not be a title
This commit is contained in:
parent
1171a214a6
commit
b29476374b
@ -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…
Reference in New Issue
Block a user