We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31863f4 commit c1f0a4fCopy full SHA for c1f0a4f
bitcoin/src/internal_macros.rs
@@ -64,6 +64,7 @@ pub(crate) use maybe_const_fn;
64
pub(crate) use test_macros::*;
65
66
#[cfg(test)]
67
+#[allow(clippy::items_after_test_module)]
68
mod test_macros {
69
70
macro_rules! hex (($hex:expr) => (<Vec<u8> as hashes::hex::FromHex>::from_hex($hex).unwrap()));
0 commit comments