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

Commit 2676bed

Browse files
committed
chore: temp allow unused deps
1 parent e9ef362 commit 2676bed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/testing/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//! Alphanet-testing module
22
3-
#![warn(unused_crate_dependencies)]
3+
// todo(onbjerg): uncomment this when adding a test,
4+
// it was commented out due to removing our bls tests since they are now
5+
// in revm
6+
// #![warn(unused_crate_dependencies)]
47

58
#[cfg(test)]
69
mod test_suite;

0 commit comments

Comments
 (0)