mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Log built-in rejections (#1890)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//! Rejection response types.
|
||||
|
||||
use crate::__composite_rejection as composite_rejection;
|
||||
use crate::__define_rejection as define_rejection;
|
||||
|
||||
use crate::BoxError;
|
||||
|
||||
composite_rejection! {
|
||||
|
||||
Reference in New Issue
Block a user