mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +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,
|
true,
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
#[allow(unknown_lints, unnecessary_min_or_max)]
|
||||||
check_number(
|
check_number(
|
||||||
r#"
|
r#"
|
||||||
extern "rust-intrinsic" {
|
extern "rust-intrinsic" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue