Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | crates/rust-analyzer/tests/slow-tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs index 4e99ae67d8..9fddfbe627 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", |