macro_rules! public_test_dep {
    ($(#[$($meta:meta)*])* pub(crate) $ident:ident $($tokens:tt)*) => { ... };
}
Expand description

Changes the visibility to pub if feature “public-test-deps” is set