Mention tower-log feature in docs

This commit is contained in:
David Pedersen 2021-08-23 18:40:18 +02:00
parent cb6f5b95b3
commit 0ab6ea6b6a

View file

@ -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