diff options
| author | Ian Wrzesinski <133046678+wrzian@users.noreply.github.com> | 2024-12-20 05:00:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 10:00:09 +0000 |
| commit | 370aa5929fc78a6b5300547b2f0f3f9e0cca96e3 (patch) | |
| tree | 7e6528add268b5c0b1b1d6193d441ca3c99715af | |
| parent | df4e6715cf31817878d73286d2d4b1ea1b7afdbb (diff) | |
Remove unused single quote shorthand (#5609)
| -rw-r--r-- | crates/typst-syntax/src/ast.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs index 45d995a9..19e12372 100644 --- a/crates/typst-syntax/src/ast.rs +++ b/crates/typst-syntax/src/ast.rs @@ -743,7 +743,6 @@ impl MathShorthand<'_> { pub const LIST: &'static [(&'static str, char)] = &[ ("...", '…'), ("-", '−'), - ("'", '′'), ("*", '∗'), ("~", '∼'), ("!=", '≠'), |
