Skip to content

Commit 9f1ad65

Browse files
committed
rust/clippy: disable redundant_clone
Has false positives that can be very subtle, so best to play it safe. async-rs/async-task#23
1 parent a72e93f commit 9f1ad65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ if(NOT CMAKE_CROSSCOMPILING)
425425
-A clippy::new_without_default
426426
-A clippy::single_match
427427
-A clippy::iter_nth_zero
428+
-A clippy::redundant_clone
428429

429430
)
430431
add_dependencies(rust-clippy rust-bindgen)

0 commit comments

Comments
 (0)