Fix clippy lint and disable broken lint (#3865)

This commit is contained in:
JT
2021-07-30 08:11:47 +12:00
committed by GitHub
parent 9696e4d315
commit e602647d4d
28 changed files with 52 additions and 52 deletions

View File

@ -206,7 +206,7 @@ impl Start {
);
if let Some(app_name) = &self.application {
exec_cmd(&app_name, &args, self.tag.clone())
exec_cmd(app_name, &args, self.tag.clone())
} else {
for cmd in &["xdg-open", "gnome-open", "kde-open", "wslview"] {
if exec_cmd(cmd, &args, self.tag.clone()).is_err() {