diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-04 09:30:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-04 11:38:09 +0100 |
| commit | eb951c008beea502042db4a3a0e8d1f8b51f6f52 (patch) | |
| tree | 9856ee4ed0222222669de10e616a580b2a60135e /library/src/graphics | |
| parent | 33928a00dc58250e24da1dae4e5db17e7b598d70 (diff) | |
Style changes
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::*; |
