mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
core: Fix compile errors from __log_rejection (#2933)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user