diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-24 16:23:57 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-24 16:23:57 +0100 |
| commit | 0a087cd28bbee5fcdffbb9d49b0ba9f413ad7f92 (patch) | |
| tree | fe00c96969ed2ee69e6d3b42de8ff2558f792edd /src/library/spacing.rs | |
| parent | 03fddaf3aea778057aedd74dbcb27bae971ec22f (diff) | |
Reorganize modules 🧱
Diffstat (limited to 'src/library/spacing.rs')
| -rw-r--r-- | src/library/spacing.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/library/spacing.rs b/src/library/spacing.rs index 6c818292..907d5f9b 100644 --- a/src/library/spacing.rs +++ b/src/library/spacing.rs @@ -1,5 +1,8 @@ +use crate::size::FSize; +use crate::layout::SpacingKind; + use super::*; -use ContentKind::*; +use self::ContentKind::*; function! { |
