diff options
Diffstat (limited to 'src/library/boxed.rs')
| -rw-r--r-- | src/library/boxed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/boxed.rs b/src/library/boxed.rs index 81e3a96a..085176e0 100644 --- a/src/library/boxed.rs +++ b/src/library/boxed.rs @@ -1,5 +1,5 @@ -use super::*; use crate::geom::Linear; +use crate::prelude::*; /// `box`: Layouts its contents into a box. /// |
