diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2024-11-12 15:44:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 12:44:45 +0000 |
| commit | cb8eaddf980fae6b434e89ebbc061a07ce2f8535 (patch) | |
| tree | 8012067206af5ab62c7dbacebd640eb23a7c13ef /crates | |
| parent | 19bde34876e7a1fb509138ed195f5508bce99f91 (diff) | |
Removed deprecated `diff` symbol (#5388)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst-library/src/symbols/sym.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-library/src/symbols/sym.rs b/crates/typst-library/src/symbols/sym.rs index 0ea65591..9c138e9d 100644 --- a/crates/typst-library/src/symbols/sym.rs +++ b/crates/typst-library/src/symbols/sym.rs @@ -426,7 +426,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! { tie: '⧝', ], oo: '∞', - diff: '∂', // Deprecation planned partial: '∂', gradient: '∇', nabla: '∇', |
