Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Mar 1, 2024
1 parent 03a2d87 commit 1c5afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eth2-hashing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Ensure we're `no_std` when compiling for Wasm.
#![cfg_attr(not(feature = "std"), no_std)]
#[allow(unused_imports)]
#![allow(unused_imports)]

extern crate alloc;
use alloc::{vec, vec::Vec};
Expand Down

0 comments on commit 1c5afa3

Please sign in to comment.