diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-17 15:16:37 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-17 15:16:37 +0100 |
| commit | f6cb4d725ee6e4fd09b92b5af7348d11ac951b10 (patch) | |
| tree | 7cf8bc7b0158a8a453fd9e2a2fe5a857ef036d5e /src/layout/mod.rs | |
| parent | 4d0bdc4ca4cb5e8ca1a70b38a0fc0ec37d9e4857 (diff) | |
Update standard library functions 🎁
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 420c90bc..fb63ff86 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -1,6 +1,5 @@ //! The core layouting engine. -use std::borrow::Cow; use std::io::{self, Write}; use smallvec::SmallVec; |
