diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,6 @@ //! serialized to pass it to a suitable renderer. use std::fmt::Debug; -use smallvec::smallvec; use crate::diagnostic::Diagnostics; use crate::font::SharedFontLoader; @@ -109,7 +108,7 @@ impl Typesetter { loader: &self.loader, style: &self.style, base: self.style.page.dimensions.unpadded(margins), - spaces: smallvec