mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Re-implement tidy as an xtask action
This commit is contained in:
parent
e752517814
commit
866102cdaf
12 changed files with 69 additions and 60 deletions
|
@ -426,7 +426,7 @@ fn floating_point() {
|
|||
true,
|
||||
)),
|
||||
);
|
||||
#[allow(unknown_lints, unnecessary_min_or_max)]
|
||||
#[allow(unknown_lints, clippy::unnecessary_min_or_max)]
|
||||
check_number(
|
||||
r#"
|
||||
extern "rust-intrinsic" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue