diff options
Diffstat (limited to 'library/src/graphics')
| -rw-r--r-- | library/src/graphics/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/graphics/mod.rs b/library/src/graphics/mod.rs index 34182121..d77dfe36 100644 --- a/library/src/graphics/mod.rs +++ b/library/src/graphics/mod.rs @@ -5,7 +5,7 @@ mod image; mod line; mod shape; +pub use self::hide::*; pub use self::image::*; -pub use hide::*; -pub use line::*; -pub use shape::*; +pub use self::line::*; +pub use self::shape::*; |
