Merge pull request #1044 from ethcore/clippy-warnings

Fixing clippy warnings
This commit is contained in:
Nikolay Volf
2016-05-04 18:10:03 +03:00
4 changed files with 9 additions and 9 deletions

View File

@@ -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) {