Remove unused trait import

This import is not needed. Interesting that the linter does not catch
it.
This commit is contained in:
Tobin C. Harding 2025-02-20 13:47:51 +11:00
parent 791501eabc
commit 6426e59c63
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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) {