From 0ab6ea6b6a4912b2a29471fa7129d81da8a7fd2d Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 23 Aug 2021 18:40:18 +0200 Subject: [PATCH] Mention `tower-log` feature in docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index a54ebc0e..082796f5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -941,6 +941,7 @@ //! - `ws`: Enables WebSockets support. //! - `headers`: Enables extracting typed headers via [`extract::TypedHeader`]. //! - `multipart`: Enables parsing `multipart/form-data` requests with [`extract::Multipart`]. +//! - `tower-log`: Enables `tower`'s `log` feature. Enabled by default. //! //! [`tower`]: https://crates.io/crates/tower //! [`tower-http`]: https://crates.io/crates/tower-http