Skip to content

Commit aa055dc

Browse files
committed
fix duplicate_macro_attributes in tests
the #[test] macro is automatically applied to all functions inside of the `quickcheck!` macro, so this one was redundant
1 parent 7e9e1fc commit aa055dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/quick.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,6 @@ quickcheck! {
15431543
}
15441544

15451545
quickcheck! {
1546-
#[test]
15471546
fn counts(nums: Vec<isize>) -> TestResult {
15481547
let counts = nums.iter().counts();
15491548
for (&item, &count) in counts.iter() {

0 commit comments

Comments
 (0)