Note the UAX 31 provenance of `HORIZONTAL_WHITESPACE`

For the `WHITESPACE` grammar rule, we cite `Pattern_White_Space`.  For
`HORIZONTAL_WHITESPACE`, we hadn't cited provenance.  Let's do that.

Horizontal whitespace, in a Unicode context, is defined by UAX
31, Section 4.1, which categorizes `Pattern_White_Space` into
line endings, ignorable format controls, and horizontal space.
The horizontal space category is exactly the two characters our
grammar specifies.
1 file changed
tree: 8dc445902c6aee7614b391ffbaaa94e2387fa7fb
  1. .cargo/
  2. .github/
  3. dev-guide/
  4. docs/
  5. src/
  6. theme/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. book.toml
  11. Cargo.lock
  12. Cargo.toml
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
  17. reference.md
  18. rust-toolchain.toml
  19. rustfmt.toml
  20. triagebot.toml
README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

Contributor docs

See the Reference Developer Guide for information on contributing to the Reference.