Allow new clippy lint in test

This commit is contained in:
Lukas Wirth 2024-07-07 08:41:41 +02:00
parent 15973f1a55
commit b9c1c42959

View file

@ -426,6 +426,7 @@ fn floating_point() {
true,
)),
);
#[allow(unknown_lints, unnecessary_min_or_max)]
check_number(
r#"
extern "rust-intrinsic" {