summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc.rs b/src/doc.rs
index ce6f4c96..67e13bc8 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -605,9 +605,7 @@ pub enum Meta {
pub struct MetaNode {
/// Metadata that should be attached to all elements affected by this style
/// property.
- #[settable]
#[fold]
- #[default]
pub data: Vec<Meta>,
}