Skip to content

Commit 5b3b648

Browse files
hellow554phimuemue
authored andcommitted
fix clippy::unused_unit in tests
1 parent 2e6cf7f commit 5b3b648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ impl<T: Clone + Send, R: Clone + Rng + SeedableRng + Send> qc::Arbitrary for Ran
474474

475475
// Check that taking the k smallest is the same as
476476
// sorting then taking the k first elements
477-
fn k_smallest_sort<I>(i: I, k: u16) -> ()
477+
fn k_smallest_sort<I>(i: I, k: u16)
478478
where
479479
I: Iterator + Clone,
480480
I::Item: Ord + Debug,

0 commit comments

Comments
 (0)