Unnamed repository; edit this file 'description' to name the repository.
Update tidy ignore path
Lukas Wirth 2021-10-12
parent acaf270 · commit 22f471d
-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 3071da45fa..bd34a5fda8 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.