Add a comment to delineate test_macros re-export

The formatter removes an empty line that is clearly better to have. Add
a rustdoc comment to at least delineate the line a bit.
This commit is contained in:
Tobin C. Harding 2022-09-09 10:58:02 +10:00
parent 816d24e385
commit a9d1e08833
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ macro_rules! debug_from_display {
}; };
} }
pub(crate) use debug_from_display; pub(crate) use debug_from_display;
// We use test_macros module to keep things organised, re-export everything for ease of use.
#[cfg(test)] #[cfg(test)]
pub(crate) use test_macros::*; pub(crate) use test_macros::*;