summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-09 14:17:24 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-09 14:42:14 +0100
commitc38d72383d2068361d635d6c1c78ba97aa917801 (patch)
treee758418a2d704d69dee88faf4a9a9c69b25b47ca /src/doc.rs
parentd7a65fa26d131179d9d82226e5ee1b562084e48a (diff)
Make all optional fields settable
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>,
}