core: Fix compile errors from __log_rejection (#2933)

This commit is contained in:
Jonas Platte
2024-09-25 03:44:35 -04:00
committed by GitHub
parent ef50e5c180
commit 391f2deccd
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -50,6 +50,11 @@
#[macro_use]
pub(crate) mod macros;
#[doc(hidden)] // macro helpers
pub mod __private {
#[cfg(feature = "tracing")]
pub use tracing;
}
mod error;
mod ext_traits;