Apply clippy feedback to CLI apps
This commit is contained in:
committed by
Greg Fitzgerald
parent
84c28a077a
commit
f98e9aba48
@@ -82,7 +82,7 @@ fn main() -> () {
|
||||
None,
|
||||
)
|
||||
} else {
|
||||
node.data.leader_id = node.data.id.clone();
|
||||
node.data.leader_id = node.data.id;
|
||||
|
||||
let outfile = if let Some(o) = matches.value_of("output") {
|
||||
OutFile::Path(o.to_string())
|
||||
|
Reference in New Issue
Block a user