Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit bfcf114

Browse files
committed
Remove unused extern crate
1 parent 03604e8 commit bfcf114

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/patricia_trie/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ extern crate keccak_hasher;
4141
#[cfg(test)]
4242
extern crate triehash;
4343

44-
#[cfg(test)]
45-
extern crate env_logger; // TODO: remove
46-
4744
use std::{fmt, error};
4845
use hashdb::{HashDB, DBValue, Hasher};
4946
use std::marker::PhantomData;

0 commit comments

Comments
 (0)