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 --- library/src/text/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/text') diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index d24254ed..c2630aef 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -121,7 +121,7 @@ impl RawElem { } impl Synthesize for RawElem { - fn synthesize(&mut self, _: &Vt, styles: StyleChain) { + fn synthesize(&mut self, styles: StyleChain) { self.push_lang(self.lang(styles)); } } -- cgit v1.2.3