Remove comment asking to remake if else statement to match in main.rs

i18n
Amy 3 years ago
parent cea8606d84
commit 189e897831

@ -16,8 +16,6 @@ fn main() {
argssort(&mut pkgs);
// at some point weve GOT TO rework this into a `match` statement
match oper.as_str() {
"-S" | "-Sn" | "ins" => {
inssort(noconfirm, pkgs);

Loading…
Cancel
Save