Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7a5de0c

Browse files
committed
silence another clippy lint
1 parent ba15da4 commit 7a5de0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
clippy::new_without_default,
1717
clippy::single_match,
1818
clippy::useless_format,
19-
clippy::derive_partial_eq_without_eq
19+
clippy::derive_partial_eq_without_eq,
20+
clippy::too_many_arguments
2021
)]
2122

2223
extern crate rustc_apfloat;

0 commit comments

Comments
 (0)