Merge pull request #1044 from ethcore/clippy-warnings
Fixing clippy warnings
This commit is contained in:
@@ -214,7 +214,7 @@ fn execute_client(conf: Configuration) {
|
||||
}
|
||||
|
||||
fn flush_stdout() {
|
||||
::std::io::stdout().flush().ok().expect("stdout is flushable; qed");
|
||||
::std::io::stdout().flush().expect("stdout is flushable; qed");
|
||||
}
|
||||
|
||||
fn execute_account_cli(conf: Configuration) {
|
||||
|
||||
Reference in New Issue
Block a user