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

@@ -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]