Skip to content

Commit 2bc5a77

Browse files
committed
fix(header): exporting test_header! macro
That way, third-parties can keep using the `header!` macro, which now requires the `test_header!` macro as well. Considering the `header!` macro is exported and part of the public API, it was not desired to prevent it's usage in any way.
1 parent 06d072b commit 2bc5a77

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)