We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dfe7b commit 1520fabCopy full SHA for 1520fab
src/libsyntax/parse/lexer/unicode_chars.rs
@@ -50,7 +50,7 @@ const UNICODE_ARRAY: &[(char, &str, char)] = &[
50
('─', "Box Drawings Light Horizontal", '-'),
51
('━', "Box Drawings Heavy Horizontal", '-'),
52
('㇐', "CJK Stroke H", '-'),
53
- ('ꟷ', "Latin Epigraphic Letter Dideways", '-'),
+ ('ꟷ', "Latin Epigraphic Letter Sideways I", '-'),
54
('ᅳ', "Hangul Jungseong Eu", '-'),
55
('ㅡ', "Hangul Letter Eu", '-'),
56
('一', "CJK Unified Ideograph-4E00", '-'),
0 commit comments