We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cad35 commit b36e1a6Copy full SHA for b36e1a6
RELEASES.md
@@ -8,7 +8,7 @@ Language
8
such as `◆` or `🦀`. More specifically you can now use any identifier that
9
matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
10
is the same standard as languages like Python, however Rust uses NFC
11
- normalisation which may be different from other languages.
+ normalization which may be different from other languages.
12
- [You can now specify "or patterns" inside pattern matches.][79278]
13
Previously you could only use `|` (OR) on complete patterns. E.g.
14
```rust
0 commit comments