Fix make lint

This commit is contained in:
Felix Schütt
2022-11-18 12:10:53 +01:00
parent 1d6dd0d860
commit 8644fc2566
3 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,9 @@ use crate::commands::CreateExe;
use crate::commands::CreateObj;
#[cfg(feature = "wast")]
use crate::commands::Wast;
use crate::commands::{Add, Cache, Config, Inspect, List, Login, Run, SelfUpdate, Validate, Whoami};
use crate::commands::{
Add, Cache, Config, Inspect, List, Login, Run, SelfUpdate, Validate, Whoami,
};
use crate::error::PrettyError;
use clap::{CommandFactory, ErrorKind, Parser};
use std::{fmt, str::FromStr};