Fix warnings: unused
This commit is contained in:
@@ -152,7 +152,6 @@ mod tests {
|
||||
};
|
||||
use macros::map;
|
||||
use serde_json;
|
||||
use uint::Uint;
|
||||
|
||||
#[test]
|
||||
fn builtin_deserialization() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user