diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-04 23:15:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-04 23:15:03 +0200 |
| commit | 23715e813e1888c8c317ec2f9649d0f1ad46bd8c (patch) | |
| tree | 19e023514700cb9ec69285cafe658964aec4ee60 /library/src/text | |
| parent | f347ed4314e32383dc09ff234180e8ea6fef7b8b (diff) | |
Refactor and document figures
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
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(()) } } |
