mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 11:43:03 +03:00
refactor: remove redundant redefinition
This commit is contained in:
parent
ce6df59f0f
commit
96f8ae52ad
@ -319,7 +319,6 @@ impl<'a> Commands<'a> {
|
||||
let command_names = command_names.map_or(vec![], |names| {
|
||||
names.map(|v| v.as_str()).collect::<Vec<_>>()
|
||||
});
|
||||
let command_strings = command_strings;
|
||||
let param_name = vals.next().unwrap().as_str();
|
||||
let param_min = vals.next().unwrap().as_str();
|
||||
let param_max = vals.next().unwrap().as_str();
|
||||
|
Loading…
Reference in New Issue
Block a user