Merge pull request #1354 from ethcore/warnings-fix

Fixing clippy warnings
This commit is contained in:
Arkadiy Paronyan
2016-06-20 21:21:51 +02:00
committed by GitHub
5 changed files with 10 additions and 14 deletions

View File

@@ -236,7 +236,6 @@ impl AccountProvider {
#[cfg(test)]
mod tests {
use super::AccountProvider;
use ethstore::SecretStore;
use ethstore::ethkey::{Generator, Random};
#[test]