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.
This commit is contained in:
@@ -95,6 +95,7 @@ macro_rules! deref(
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#[macro_export]
|
||||||
macro_rules! test_header {
|
macro_rules! test_header {
|
||||||
($id:ident, $raw:expr) => {
|
($id:ident, $raw:expr) => {
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user