mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Allow new clippy lint in test
This commit is contained in:
parent
15973f1a55
commit
b9c1c42959
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ fn floating_point() {
|
|||
true,
|
||||
)),
|
||||
);
|
||||
#[allow(unknown_lints, unnecessary_min_or_max)]
|
||||
check_number(
|
||||
r#"
|
||||
extern "rust-intrinsic" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue