summaryrefslogtreecommitdiff
path: root/crates/typst-macros/src/elem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-macros/src/elem.rs')
-rw-r--r--crates/typst-macros/src/elem.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/typst-macros/src/elem.rs b/crates/typst-macros/src/elem.rs
index 46ff55c6..e5bde52b 100644
--- a/crates/typst-macros/src/elem.rs
+++ b/crates/typst-macros/src/elem.rs
@@ -1,5 +1,3 @@
-use heck::{ToKebabCase, ToShoutySnakeCase, ToUpperCamelCase};
-
use super::*;
/// Expand the `#[elem]` macro.