From 2d16f9434f46ab591cede54def23ae4bc477b668 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 20 Mar 2023 21:56:32 +0100 Subject: Documentation for citation, bibliography, and content --- src/model/realize.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/model/realize.rs b/src/model/realize.rs index 51d69fdc..10e1b0e2 100644 --- a/src/model/realize.rs +++ b/src/model/realize.rs @@ -42,7 +42,7 @@ pub fn realize( } if let Some(elem) = elem.with_mut::() { - elem.synthesize(vt, styles); + elem.synthesize(styles); } elem.mark_prepared(); @@ -165,7 +165,7 @@ pub trait Locatable {} /// rule. pub trait Synthesize { /// Prepare the element for show rule application. - fn synthesize(&mut self, vt: &Vt, styles: StyleChain); + fn synthesize(&mut self, styles: StyleChain); } /// The base recipe for an element. -- cgit v1.2.3