diff --git a/Cargo.toml b/Cargo.toml
index e3dd1ccd..44db8c99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -186,6 +186,7 @@ doc_markdown = "warn"
manual_midpoint = "warn"
semicolon_if_nothing_returned = "warn"
unnecessary_semicolon = "warn"
+unnecessary_wraps = "warn"
# nursery lints configuration
# or_fun_call = "warn" # enable it to help detect non trivial code used in `_or` method
diff --git a/src/api/s3/get.rs b/src/api/s3/get.rs
index ec641f25..02500bf4 100644
--- a/src/api/s3/get.rs
+++ b/src/api/s3/get.rs
@@ -126,7 +126,7 @@ fn handle_http_precondition(
) -> Result