Skip to content

Commit

Permalink
update reference for rust-lang#29734
Browse files Browse the repository at this point in the history
  • Loading branch information
durka authored and Manishearth committed Mar 2, 2017
1 parent ef32c06 commit fb8ad01
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,8 @@ Non-doc comments are interpreted as a form of whitespace.

## Whitespace

Whitespace is any non-empty string containing only the following characters:

- `U+0020` (space, `' '`)
- `U+0009` (tab, `'\t'`)
- `U+000A` (LF, `'\n'`)
- `U+000D` (CR, `'\r'`)
Whitespace is any non-empty string containing only characters that have the
`Pattern_White_Space` Unicode property.

Rust is a "free-form" language, meaning that all forms of whitespace serve only
to separate _tokens_ in the grammar, and have no semantic significance.
Expand Down

0 comments on commit fb8ad01

Please sign in to comment.