Remove unneeded turbofish.

This commit is contained in:
r-vdp 2023-05-29 01:24:12 +02:00
parent 79eecb6251
commit 0f92086a83
No known key found for this signature in database

View file

@ -146,7 +146,7 @@ fn go(args: Args) -> Result<()> {
mem::take(slice.get_mut(1).expect("Error parsing nix-option values")),
)
})
.collect::<Vec<_>>()
.collect()
}));
match action {