Fix warnings: unused

This commit is contained in:
adria0
2020-07-29 10:57:15 +02:00
committed by Artem Vorotnikov
parent 0cd972326c
commit cacbf256fe
23 changed files with 21 additions and 55 deletions

View File

@@ -152,7 +152,6 @@ mod tests {
};
use macros::map;
use serde_json;
use uint::Uint;
#[test]
fn builtin_deserialization() {

View File

@@ -37,9 +37,7 @@ pub struct Clique {
#[cfg(test)]
mod tests {
use super::*;
use ethereum_types::U256;
use serde_json;
use uint::Uint;
#[test]
fn clique_deserialization() {