tracing-attributes 0.1.13

Procedural macro attributes for automatically instrumenting functions.
Documentation
1
2
3
4
5
#[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::*;