diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-07 10:56:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 09:56:37 +0000 |
| commit | a483321aa08e435c159d19c0d559e2413c1272f9 (patch) | |
| tree | 3fcfae49b24bb8feaea0010d5f5ba2ac756fbb36 /docs/src/model.rs | |
| parent | 5dc6ce0022ef5bc83464b2dfefb20d608168df20 (diff) | |
Remove dependency on unicode_names2 (#3570)
Diffstat (limited to 'docs/src/model.rs')
| -rw-r--r-- | docs/src/model.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/model.rs b/docs/src/model.rs index 1564ef2f..a4416c3d 100644 --- a/docs/src/model.rs +++ b/docs/src/model.rs @@ -159,7 +159,6 @@ pub struct SymbolModel { pub name: EcoString, pub codepoint: u32, pub accent: bool, - pub unicode_name: Option<EcoString>, pub alternates: Vec<EcoString>, pub markup_shorthand: Option<&'static str>, pub math_shorthand: Option<&'static str>, |
