Skip to content

Commit

Permalink
Ignore clippy::redundant_clone lint in test
Browse files Browse the repository at this point in the history
It is intentional.
  • Loading branch information
taiki-e committed Apr 9, 2023
1 parent 2fc3795 commit 9515bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crossbeam-channel/tests/same_channel.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::redundant_clone)]

use std::time::Duration;

use crossbeam_channel::{after, bounded, never, tick, unbounded};
Expand Down

0 comments on commit 9515bd1

Please sign in to comment.