Hide testing macros from docs

This commit is contained in:
2026-07-03 22:49:14 +02:00
parent 2d400628f7
commit 6d2d1de8ea
6 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,3 +1,4 @@
#[doc(hidden)]
#[macro_export]
macro_rules! graph_topology_test_fixtures {
($T:ty) => {
@@ -101,6 +102,7 @@ macro_rules! graph_topology_test_fixtures {
};
}
#[doc(hidden)]
#[macro_export]
macro_rules! graph_topology_tests {
($T:ty) => {
@@ -748,6 +750,7 @@ macro_rules! graph_topology_tests {
};
}
#[doc(hidden)]
#[macro_export]
macro_rules! graph_topology_deletion_tests {
($T:ty) => {