remove (todo redirect policy) from docs

This commit is contained in:
Sean McArthur
2016-12-12 10:36:20 -08:00
parent 4527a53181
commit 7c2e163333

View File

@@ -10,7 +10,7 @@
//! //!
//! - Uses system-native TLS //! - Uses system-native TLS
//! - Plain bodies, JSON, urlencoded, (TODO: multipart) //! - Plain bodies, JSON, urlencoded, (TODO: multipart)
//! - (TODO: Customizable redirect policy) //! - Customizable redirect policy
//! - (TODO: Cookies) //! - (TODO: Cookies)
//! //!
//! The `reqwest::Client` is synchronous, making it a great fit for //! The `reqwest::Client` is synchronous, making it a great fit for