summaryrefslogtreecommitdiff
path: root/src/eval/value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval/value.rs')
-rw-r--r--src/eval/value.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval/value.rs b/src/eval/value.rs
index d10d734a..e2ff5383 100644
--- a/src/eval/value.rs
+++ b/src/eval/value.rs
@@ -664,7 +664,6 @@ impl From<AnyValue> for Value {
/// This would allow the type `FontFamily` to be cast from:
/// - a [`Value::Any`] variant already containing a `FontFamily`,
/// - a string, producing a named font family.
-#[macro_export]
macro_rules! value {
($type:ty:
$type_name:literal