Skip to content

Commit add29a4

Browse files
committed
chore: arb doesn't seem to be needed for tests
1 parent 5bed85a commit add29a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#[cfg(feature = "alloc")]
2626
extern crate alloc;
2727

28-
#[cfg(any(test, feature = "arb"))]
28+
#[cfg(feature = "arb")]
2929
mod arb;
3030
mod error;
3131
mod multihash;

0 commit comments

Comments
 (0)