Skip to content

Commit a46bec6

Browse files
committed
chore: silence false positive clippy warning
1 parent 37460b4 commit a46bec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

idna/tests/uts46.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ pub fn collect_tests<F: FnMut(String, TestFn)>(add_test: &mut F) {
114114
}
115115
}
116116

117+
#[allow(clippy::redundant_clone)]
117118
fn check<F>(source: &str, expected: (&str, &[&str]), actual: Result<String, Errors>, ignore: F)
118119
where
119120
F: Fn(&str) -> bool,

0 commit comments

Comments
 (0)