Skip to content

Commit 004a24e

Browse files
committed
Allow new clippy lint in test
1 parent 7deebd6 commit 004a24e

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/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)