diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
| commit | ff107cf3e75acf041f8b7631337d299cdeaa1685 (patch) | |
| tree | 40799f0337a5c2bc13166ff32a1f0b4f5c23bfe8 /src/size.rs | |
| parent | 3c0496bb6104f0e2a60520e42137ecc29f26e9fa (diff) | |
Tidying up 🧹
Diffstat (limited to 'src/size.rs')
| -rw-r--r-- | src/size.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/size.rs b/src/size.rs index 7b0b76ae..97d04815 100644 --- a/src/size.rs +++ b/src/size.rs @@ -1,12 +1,11 @@ //! Different-dimensional spacing types. -use std::cmp::Ordering; use std::fmt::{self, Display, Formatter}; use std::iter::Sum; use std::ops::*; use std::str::FromStr; -use crate::layout::{LayoutAxes, LayoutAlignment, Axis, GenericAxisKind, Alignment}; +use crate::layout::{LayoutAxes, Axis, GenericAxisKind, LayoutAlignment, Alignment}; /// A general spacing type. |
