We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ef8ae commit 067993eCopy full SHA for 067993e
axum-core/src/extract/default_body_limit.rs
@@ -103,7 +103,6 @@ impl DefaultBodyLimit {
103
/// extract::DefaultBodyLimit,
104
/// };
105
/// use tower_http::limit::RequestBodyLimitLayer;
106
- /// use http_body_util::Limited;
107
///
108
/// let app: Router<()> = Router::new()
109
/// .route("/", get(|body: Bytes| async {}))
@@ -137,8 +136,6 @@ impl DefaultBodyLimit {
137
136
/// body::{Bytes, Body},
138
139
140
- /// use tower_http::limit::RequestBodyLimitLayer;
141
142
143
144
0 commit comments