We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2ddcb commit 5e29bb9Copy full SHA for 5e29bb9
src/libsyntax/parse/lexer/unicode_chars.rs
@@ -39,7 +39,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
39
('﹍', "Dashed Low Line", '_'),
40
('﹎', "Centreline Low Line", '_'),
41
('﹏', "Wavy Low Line", '_'),
42
- ('_', "Fullwidth Low Line", '-'),
+ ('_', "Fullwidth Low Line", '_'),
43
44
('‐', "Hyphen", '-'),
45
('‑', "Non-Breaking Hyphen", '-'),
0 commit comments