summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorIan Wrzesinski <133046678+wrzian@users.noreply.github.com>2024-12-20 05:00:09 -0500
committerGitHub <noreply@github.com>2024-12-20 10:00:09 +0000
commit370aa5929fc78a6b5300547b2f0f3f9e0cca96e3 (patch)
tree7e6528add268b5c0b1b1d6193d441ca3c99715af /crates
parentdf4e6715cf31817878d73286d2d4b1ea1b7afdbb (diff)
Remove unused single quote shorthand (#5609)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-syntax/src/ast.rs1
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)] = &[
("...", '…'),
("-", '−'),
- ("'", '′'),
("*", '∗'),
("~", '∼'),
("!=", '≠'),