Skip to content

Commit 2e2e6a1

Browse files
authored
Merge branch 'main' into refactor-error-handling-example
2 parents 09c1ed8 + dcbcf5c commit 2e2e6a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

axum-extra/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ query = [
8888
tracing = ["axum-core/tracing", "axum/tracing", "dep:tracing"]
8989
typed-header = ["dep:headers"]
9090
typed-routing = [
91+
"routing",
9192
"dep:axum-macros",
9293
"dep:percent-encoding",
9394
"dep:serde_core",

axum-extra/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! `query` | Enables the [`Query`](crate::extract::Query) extractor | No
3030
//! `routing` | Enables the [routing] utilities | No
3131
//! `tracing` | Log rejections from built-in extractors | Yes
32-
//! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities | No
32+
//! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities and the `routing` feature. | No
3333
//! `typed-header` | Enables the [`TypedHeader`] extractor and response | No
3434
//! `file-stream` | Enables the [`FileStream`](crate::response::FileStream) response | No
3535
//! `with-rejection` | Enables the [`WithRejection`](crate::extract::WithRejection) extractor | No

0 commit comments

Comments
 (0)