Merge pull request #350 from jgallagher/clippy

Fix clippy warnings
This commit is contained in:
gwenn
2018-05-04 20:44:34 +02:00
committed by GitHub
13 changed files with 33 additions and 35 deletions

View File

@@ -91,7 +91,7 @@ impl Error {
};
Error {
code: code,
code,
extended_code: result_code,
}
}