blob: a69d95e84dcba8d8cc6ea46c392672a9f7d4b9f1 [file] [log] [blame]
#[cfg(test)]
pub use self::support::*;
// This has to have the same name as the module in `tracing`.
#[path = "../../tracing/tests/support/mod.rs"]
#[cfg(test)]
// path attribute requires referenced module to have same name so allow module inception here
#[allow(clippy::module_inception)]
mod support;