From dfb94d09d4a05653b40a7b924a38b77af428fb5f Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Tue, 14 Sep 2021 00:21:16 +0200 Subject: [PATCH] Exclude test file from rust tidy check --- crates/rust-analyzer/tests/slow-tests/tidy.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs index 4e99ae67d85..9fddfbe627d 100644 --- a/crates/rust-analyzer/tests/slow-tests/tidy.rs +++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs @@ -309,6 +309,7 @@ fn check_dbg(path: &Path, text: &str) { "handlers/remove_dbg.rs", // We have .dbg postfix "ide_completion/src/completions/postfix.rs", + "ide_completion/src/tests/proc_macros.rs", // The documentation in string literals may contain anything for its own purposes "ide_completion/src/lib.rs", "ide_db/src/helpers/generated_lints.rs",