Remove unused single quote shorthand (#5609)

This commit is contained in:
Ian Wrzesinski 2024-12-20 05:00:09 -05:00 committed by GitHub
parent df4e6715cf
commit 370aa5929f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -743,7 +743,6 @@ impl MathShorthand<'_> {
pub const LIST: &'static [(&'static str, char)] = &[
("...", '…'),
("-", ''),
("'", ''),
("*", ''),
("~", ''),
("!=", '≠'),