diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2017-08-06 18:34:36 +0200 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2017-08-06 18:34:36 +0200 |
| commit | 5e29bb91b0865bdc54864d0491fa6324aafb6fad (patch) | |
| tree | 9564c27337fc3a317c32597423481b07e32b665c /src/libsyntax/parse/lexer/unicode_chars.rs | |
| parent | 4e2ddcb879d225e7d22fbf4af0536c06203b8d94 (diff) | |
| download | rust-5e29bb91b0865bdc54864d0491fa6324aafb6fad.tar.gz rust-5e29bb91b0865bdc54864d0491fa6324aafb6fad.zip | |
Fix typo in unicode_chars.rs
Diffstat (limited to 'src/libsyntax/parse/lexer/unicode_chars.rs')
| -rw-r--r-- | src/libsyntax/parse/lexer/unicode_chars.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer/unicode_chars.rs b/src/libsyntax/parse/lexer/unicode_chars.rs index cc38021b7aa..85df4eee913 100644 --- a/src/libsyntax/parse/lexer/unicode_chars.rs +++ b/src/libsyntax/parse/lexer/unicode_chars.rs @@ -39,7 +39,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[ ('﹍', "Dashed Low Line", '_'), ('﹎', "Centreline Low Line", '_'), ('﹏', "Wavy Low Line", '_'), - ('_', "Fullwidth Low Line", '-'), + ('_', "Fullwidth Low Line", '_'), ('‐', "Hyphen", '-'), ('‑', "Non-Breaking Hyphen", '-'), |
