From 7c2e1633338a9a0b4cdbdda30a72cb7e2a466a3c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 12 Dec 2016 10:36:20 -0800 Subject: [PATCH] remove (todo redirect policy) from docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d9b2824..c166121 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! - Uses system-native TLS //! - Plain bodies, JSON, urlencoded, (TODO: multipart) -//! - (TODO: Customizable redirect policy) +//! - Customizable redirect policy //! - (TODO: Cookies) //! //! The `reqwest::Client` is synchronous, making it a great fit for