Skip to content

Commit b9c1c42

Browse files
committed
Allow new clippy lint in test
1 parent 15973f1 commit b9c1c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir-ty/src/consteval/tests/intrinsics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ fn floating_point() {
426426
true,
427427
)),
428428
);
429+
#[allow(unknown_lints, unnecessary_min_or_max)]
429430
check_number(
430431
r#"
431432
extern "rust-intrinsic" {

0 commit comments

Comments
 (0)