Remove unneeded turbofish.
This commit is contained in:
parent
79eecb6251
commit
0f92086a83
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ fn go(args: Args) -> Result<()> {
|
||||||
mem::take(slice.get_mut(1).expect("Error parsing nix-option values")),
|
mem::take(slice.get_mut(1).expect("Error parsing nix-option values")),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>()
|
.collect()
|
||||||
}));
|
}));
|
||||||
|
|
||||||
match action {
|
match action {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue