fix compilation warnings (#11492)
This commit is contained in:
@@ -57,7 +57,6 @@ impl BrainPrefix {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use BrainPrefix;
|
||||
use parity_crypto::publickey::Generator;
|
||||
|
||||
#[test]
|
||||
fn prefix_generator() {
|
||||
|
||||
@@ -42,7 +42,6 @@ impl Prefix {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use Prefix;
|
||||
use parity_crypto::publickey::Generator;
|
||||
|
||||
#[test]
|
||||
fn prefix_generator() {
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user