We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3795 commit 9515bd1Copy full SHA for 9515bd1
crossbeam-channel/tests/same_channel.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::redundant_clone)]
2
+
3
use std::time::Duration;
4
5
use crossbeam_channel::{after, bounded, never, tick, unbounded};
0 commit comments