mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Drop unused use in doctests (#3185)
This commit is contained in:
parent
f0ef8ae29b
commit
067993eb56
1 changed files with 0 additions and 3 deletions
|
@ -103,7 +103,6 @@ impl DefaultBodyLimit {
|
|||
/// extract::DefaultBodyLimit,
|
||||
/// };
|
||||
/// use tower_http::limit::RequestBodyLimitLayer;
|
||||
/// use http_body_util::Limited;
|
||||
///
|
||||
/// let app: Router<()> = Router::new()
|
||||
/// .route("/", get(|body: Bytes| async {}))
|
||||
|
@ -137,8 +136,6 @@ impl DefaultBodyLimit {
|
|||
/// body::{Bytes, Body},
|
||||
/// extract::DefaultBodyLimit,
|
||||
/// };
|
||||
/// use tower_http::limit::RequestBodyLimitLayer;
|
||||
/// use http_body_util::Limited;
|
||||
///
|
||||
/// let app: Router<()> = Router::new()
|
||||
/// .route("/", get(|body: Bytes| async {}))
|
||||
|
|
Loading…
Add table
Reference in a new issue