refactor: remove duplicate char_pairs entries
This commit is contained in:
parent
3408751d11
commit
e70972f357
1 changed files with 0 additions and 7 deletions
|
@ -42,18 +42,11 @@ pub const char_pairs = [_]struct { []const u8, []const u8 }{
|
||||||
.{ "\"", "\"" },
|
.{ "\"", "\"" },
|
||||||
.{ "'", "'" },
|
.{ "'", "'" },
|
||||||
.{ "(", ")" },
|
.{ "(", ")" },
|
||||||
.{ "(", ")" },
|
|
||||||
.{ "[", "]" },
|
|
||||||
.{ "[", "]" },
|
.{ "[", "]" },
|
||||||
.{ "{", "}" },
|
.{ "{", "}" },
|
||||||
.{ "{", "}" },
|
|
||||||
.{ "‘", "’" },
|
|
||||||
.{ "‘", "’" },
|
.{ "‘", "’" },
|
||||||
.{ "“", "”" },
|
.{ "“", "”" },
|
||||||
.{ "“", "”" },
|
|
||||||
.{ "‚", "‘" },
|
.{ "‚", "‘" },
|
||||||
.{ "‚", "‘" },
|
|
||||||
.{ "«", "»" },
|
|
||||||
.{ "«", "»" },
|
.{ "«", "»" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue