rustc/vendor/tracing-attributes/tests/support.rs
2020-08-06 23:19:31 +01:00

6 lines
215 B
Rust

#[path = "../../tracing/tests/support/mod.rs"]
// path attribute requires referenced module to have same name so allow module inception here
#[allow(clippy::module_inception)]
mod support;
pub use self::support::*;