We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290ab2b commit 3ce468bCopy full SHA for 3ce468b
src/macros/mod.rs
@@ -1,5 +1,5 @@
1
#[macro_use]
2
-mod logging;
+mod tracing;
3
4
#[cfg(any(test, feature = "test-utils"))]
5
src/macros/logging.rs src/macros/tracing.rssrc/macros/logging.rs renamed to src/macros/tracing.rs
0 commit comments