Merge rust-bitcoin/rust-bitcoin#1255: Add a comment to delineate test_macros re-export
a9d1e08833
Add a comment to delineate test_macros re-export (Tobin C. Harding) Pull request description: The formatter removes an empty line that is clearly better to have. Add a rustdoc comment to at least delineate the line a bit. ACKs for top commit: Kixunil: ACKa9d1e08833
apoelstra: ACKa9d1e08833
Tree-SHA512: 0d962200a9d359825f3db50c2fcf3cf254f4f2ae55148d4a6524062bad8536160ae5f17256d4a86d746e66e5892e969b8efc14372f046ab7b4ce2950ce4bd25b
This commit is contained in:
commit
0f5a585cb9
|
@ -117,6 +117,7 @@ macro_rules! 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)]
|
||||
pub(crate) use test_macros::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue