mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 07:48:39 +01:00
Fix docs typo
This commit is contained in:
parent
72071cf5de
commit
9b3f3c9bdf
1 changed files with 2 additions and 2 deletions
|
@ -480,13 +480,13 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Maker type used for [`HandleError`] to indicate that it should implement
|
/// Marker type used for [`HandleError`] to indicate that it should implement
|
||||||
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct HandleErrorFromRouter;
|
pub struct HandleErrorFromRouter;
|
||||||
|
|
||||||
/// Maker type used for [`HandleError`] to indicate that it should _not_ implement
|
/// Marker type used for [`HandleError`] to indicate that it should _not_ implement
|
||||||
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
/// [`RoutingDsl`](crate::routing::RoutingDsl).
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Reference in a new issue