stfu clippy

i18n
michal 2 years ago
parent 0e7e086f55
commit 45fd45433b

@ -24,7 +24,7 @@ pub fn sort(input: &[String], verbosity: i32) -> structs::Sorted {
} }
for b in a { for b in a {
#[cfg(linux)] #[cfg(unix)]
let rs = Command::new("pacman") let rs = Command::new("pacman")
.arg("-Ss") .arg("-Ss")
.arg(format!("^{}$", &b)) .arg(format!("^{}$", &b))

Loading…
Cancel
Save