about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-ty
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-07-07 09:11:46 +0200
committerLukas Wirth <lukastw97@gmail.com>2024-07-07 09:12:16 +0200
commit6f346c91bee8d35b22fc5a94d9224b7e00178cb8 (patch)
tree80c08b2bf8e74056e5751e9084897fba99d1fef7 /src/tools/rust-analyzer/crates/hir-ty
parentd00f4749b1f7efd0b4b513ef4940402f54e00e69 (diff)
downloadrust-6f346c91bee8d35b22fc5a94d9224b7e00178cb8.tar.gz
rust-6f346c91bee8d35b22fc5a94d9224b7e00178cb8.zip
Re-implement tidy as an xtask action
Diffstat (limited to 'src/tools/rust-analyzer/crates/hir-ty')
-rw-r--r--src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs b/src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs
index 830042d0ed3..543328a57e3 100644
--- a/src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs
+++ b/src/tools/rust-analyzer/crates/hir-ty/src/consteval/tests/intrinsics.rs
@@ -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" {