fixup newline

This commit is contained in:
Aria Beingessner 2022-03-25 12:24:35 -04:00 committed by GitHub
parent 53e0a8bd6f
commit 05fd5e7319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ as a destructive operation which forces you to forget the count. This allows
for the "comparison" of two counts (such (as (balanced) (parens))) but not 3+.
See [the proof for more formal details](https://github.com/rust-lang/rust/blob/5187be620c76a313a19b9b596e1bce3a80a345dd/src/grammar/raw-string-literal-ambiguity.md).
Examples for string literals:
```rust