summaryrefslogtreecommitdiff
path: root/library/src/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-04 23:15:03 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-04 23:15:03 +0200
commit23715e813e1888c8c317ec2f9649d0f1ad46bd8c (patch)
tree19e023514700cb9ec69285cafe658964aec4ee60 /library/src/text
parentf347ed4314e32383dc09ff234180e8ea6fef7b8b (diff)
Refactor and document figures
Diffstat (limited to 'library/src/text')
-rw-r--r--library/src/text/raw.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index 2324eb21..594fd1c6 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -124,7 +124,6 @@ impl RawElem {
impl Synthesize for RawElem {
fn synthesize(&mut self, _vt: &mut Vt, styles: StyleChain) -> SourceResult<()> {
self.push_lang(self.lang(styles));
-
Ok(())
}
}