about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2021-10-12 09:47:21 +0200
committerLukas Wirth <lukastw97@gmail.com>2021-10-12 09:47:21 +0200
commit22f471d81fab6f6534ab4028160b522c828e509d (patch)
treecb0088a9671e1a190329d424ee82e954616d2d9d
parentacaf270911d3ae599370872ff12138293d47b280 (diff)
downloadrust-22f471d81fab6f6534ab4028160b522c828e509d.tar.gz
rust-22f471d81fab6f6534ab4028160b522c828e509d.zip
Update tidy ignore path
-rw-r--r--crates/rust-analyzer/tests/slow-tests/tidy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs
index 3071da45fa8..bd34a5fda81 100644
--- a/crates/rust-analyzer/tests/slow-tests/tidy.rs
+++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs
@@ -342,7 +342,7 @@ fn check_test_attrs(path: &Path, text: &str) {
         // :(
         "hir_def/src/nameres/collector.rs",
         // Long sourcegen test to generate lint completions.
-        "ide_completion/src/tests/sourcegen.rs",
+        "ide_db/src/tests/sourcegen_lints.rs",
         // Obviously needs ignore.
         "ide_assists/src/handlers/toggle_ignore.rs",
         // See above.