diff options
author | 2020-02-28 14:41:07 +0100 | |
---|---|---|
committer | 2020-02-28 14:41:07 +0100 | |
commit | 88d4cd097044077127e1b3aa8fcb04afed185491 (patch) | |
tree | db82ee28634d499749816f69eaac4f303d088c14 /wgpu/src/lib.rs | |
parent | 4e7159c22c6be90f61aa715d5eb6811f805cb597 (diff) | |
download | iced-88d4cd097044077127e1b3aa8fcb04afed185491.tar.gz iced-88d4cd097044077127e1b3aa8fcb04afed185491.tar.bz2 iced-88d4cd097044077127e1b3aa8fcb04afed185491.zip |
Remove unnecessary `pub(crate) use`
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r-- | wgpu/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 1d63abbf..4e0cbc60 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -55,6 +55,3 @@ pub(crate) use transformation::Transformation; #[cfg(any(feature = "image", feature = "svg"))] mod image; - -#[cfg(any(feature = "image", feature = "svg"))] -pub(crate) use self::image::Image; |