Remove unused trait import
This import is not needed. Interesting that the linter does not catch it.
This commit is contained in:
parent
791501eabc
commit
6426e59c63
|
@ -132,7 +132,7 @@ mod tests {
|
||||||
mod benches {
|
mod benches {
|
||||||
use test::Bencher;
|
use test::Bencher;
|
||||||
|
|
||||||
use crate::{hash160, GeneralHash as _, Hash as _, HashEngine};
|
use crate::{hash160, Hash as _, HashEngine};
|
||||||
|
|
||||||
#[bench]
|
#[bench]
|
||||||
pub fn hash160_10(bh: &mut Bencher) {
|
pub fn hash160_10(bh: &mut Bencher) {
|
||||||
|
|
Loading…
Reference in New Issue