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 {
#[cfg(linux)]
#[cfg(unix)]
let rs = Command::new("pacman")
.arg("-Ss")
.arg(format!("^{}$", &b))

Loading…
Cancel
Save