Skip to content

Commit

Permalink
rust/clippy: disable redundant_clone
Browse files Browse the repository at this point in the history
Has false positives that can be very subtle, so best to play it
safe.

async-rs/async-task#23
  • Loading branch information
benma committed Jun 19, 2020
1 parent a72e93f commit 9f1ad65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ if(NOT CMAKE_CROSSCOMPILING)
-A clippy::new_without_default
-A clippy::single_match
-A clippy::iter_nth_zero
-A clippy::redundant_clone

)
add_dependencies(rust-clippy rust-bindgen)
Expand Down

0 comments on commit 9f1ad65

Please sign in to comment.