updates, clippy, formatting
[Mitarbeiter/Tim-Zeitz/stud-rust-base.git] / src / cli.rs
index e66421d7fe9a46368fb4905884892fdcd21087d8..fc083d1b7fd72fb23add1c61cb9640caa164b678 100644 (file)
@@ -1,6 +1,6 @@
 //! Utility module for command line interfaces
 
 //! Utility module for command line interfaces
 
-use std::{fmt, fmt::Display, error::Error};
+use std::{error::Error, fmt, fmt::Display};
 
 /// An error struct to wrap simple static error messages
 #[derive(Debug)]
 
 /// An error struct to wrap simple static error messages
 #[derive(Debug)]