summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornull <56720445+lvillis@users.noreply.github.com>2024-01-02 16:12:38 +0800
committerGitHub <noreply@github.com>2024-01-02 09:12:38 +0100
commitae244b1eb1e8dff8a75c4a3498c7418537cdda46 (patch)
tree987dea9aa83938ceddc0183e763344075a5da20f
parent71eedc6d6cd5fc706ae8d0bcabb49b74e46050f8 (diff)
chore: update feature flag description (#2480)
-rw-r--r--axum/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/axum/src/lib.rs b/axum/src/lib.rs
index 42d5d41a..372a9207 100644
--- a/axum/src/lib.rs
+++ b/axum/src/lib.rs
@@ -340,7 +340,7 @@
//! `original-uri` | Enables capturing of every request's original URI and the [`OriginalUri`] extractor | Yes
//! `tokio` | Enables `tokio` as a dependency and `axum::serve`, `SSE` and `extract::connect_info` types. | Yes
//! `tower-log` | Enables `tower`'s `log` feature | Yes
-//! `tracing` | Log rejections from built-in extractors | No
+//! `tracing` | Log rejections from built-in extractors | Yes
//! `ws` | Enables WebSockets support via [`extract::ws`] | No
//! `form` | Enables the `Form` extractor | Yes
//! `query` | Enables the `Query` extractor | Yes