fix compilation warnings (#11492)

This commit is contained in:
Andronik Ordian
2020-02-14 17:04:19 +01:00
committed by GitHub
parent 452aeec0bb
commit ea9322f9c1
4 changed files with 5 additions and 7 deletions

View File

@@ -57,7 +57,6 @@ impl BrainPrefix {
#[cfg(test)]
mod tests {
use BrainPrefix;
use parity_crypto::publickey::Generator;
#[test]
fn prefix_generator() {

View File

@@ -42,7 +42,6 @@ impl Prefix {
#[cfg(test)]
mod tests {
use Prefix;
use parity_crypto::publickey::Generator;
#[test]
fn prefix_generator() {

View File

@@ -200,7 +200,7 @@ impl SafeAccount {
#[cfg(test)]
mod tests {
use crypto::publickey::{Generator, Random, verify_public, Message};
use crypto::publickey::{Generator, Random, verify_public};
use super::SafeAccount;
#[test]