Skip to content

Commit c1f0a4f

Browse files
committed
Allow items after test module
linter emits: error: items after a test module lib is in maintenance mode, shoosh.
1 parent 31863f4 commit c1f0a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitcoin/src/internal_macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pub(crate) use maybe_const_fn;
6464
pub(crate) use test_macros::*;
6565

6666
#[cfg(test)]
67+
#[allow(clippy::items_after_test_module)]
6768
mod test_macros {
6869

6970
macro_rules! hex (($hex:expr) => (<Vec<u8> as hashes::hex::FromHex>::from_hex($hex).unwrap()));

0 commit comments

Comments
 (0)