Skip to content

Commit 92ee51a

Browse files
committed
Merge pull request #489 from Byron/master
fix(header): exporting test_header! macro
2 parents 06d072b + 2bc5a77 commit 92ee51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/header/common/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ macro_rules! deref(
9595
}
9696
);
9797

98+
#[macro_export]
9899
macro_rules! test_header {
99100
($id:ident, $raw:expr) => {
100101
#[test]

0 commit comments

Comments
 (0)