remove unused variable
This commit is contained in:
parent
37a9645f5b
commit
f22e4755d3
@ -43,7 +43,7 @@ fn main () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(_) => {
|
||||||
error!("Failed to open config file! Please specify path to a config file.");
|
error!("Failed to open config file! Please specify path to a config file.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user