Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
TEAS-577 [fix] clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed Dec 5, 2018
1 parent 862d35d commit db758a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ws_try.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ where
})
}

#[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
pub fn default_error_handler(response: client::ClientResponse) -> Problem {
Problem::for_status(
response.status().as_u16(),
Expand Down

0 comments on commit db758a2

Please sign in to comment.