Skip to content

Commit 067993e

Browse files
authored
Drop unused use in doctests (#3185)
1 parent f0ef8ae commit 067993e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

axum-core/src/extract/default_body_limit.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ impl DefaultBodyLimit {
103103
/// extract::DefaultBodyLimit,
104104
/// };
105105
/// use tower_http::limit::RequestBodyLimitLayer;
106-
/// use http_body_util::Limited;
107106
///
108107
/// let app: Router<()> = Router::new()
109108
/// .route("/", get(|body: Bytes| async {}))
@@ -137,8 +136,6 @@ impl DefaultBodyLimit {
137136
/// body::{Bytes, Body},
138137
/// extract::DefaultBodyLimit,
139138
/// };
140-
/// use tower_http::limit::RequestBodyLimitLayer;
141-
/// use http_body_util::Limited;
142139
///
143140
/// let app: Router<()> = Router::new()
144141
/// .route("/", get(|body: Bytes| async {}))

0 commit comments

Comments
 (0)