X-Git-Url: https://i11git.iti.kit.edu/anon-gitweb/?p=Mitarbeiter%2FTim-Zeitz%2Fstud-rust-base.git;a=blobdiff_plain;f=src%2Fcli.rs;h=fc083d1b7fd72fb23add1c61cb9640caa164b678;hp=e66421d7fe9a46368fb4905884892fdcd21087d8;hb=HEAD;hpb=70c3d16d15df7a8f4b4f4dde818add5cae0ebd0d diff --git a/src/cli.rs b/src/cli.rs index e66421d..fc083d1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1,6 +1,6 @@ //! 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)]