style(util): re-order image module declaration

This commit is contained in:
tilpner
2022-05-20 11:39:16 +02:00
committed by meh
parent e7f651af56
commit 1fbe9f8b3e
+1 -1
View File
@@ -6,6 +6,7 @@ pub mod color;
pub mod error;
pub mod format;
pub mod frame;
pub mod image;
pub mod interrupt;
pub mod mathematics;
pub mod media;
@@ -14,7 +15,6 @@ pub mod picture;
pub mod range;
pub mod rational;
pub mod time;
pub mod image;
#[cfg(feature = "log")]
pub mod log;