diff options
| author | hecatia-elegua <108802164+hecatia-elegua@users.noreply.github.com> | 2023-05-10 12:47:05 +0200 |
|---|---|---|
| committer | hecatia-elegua <108802164+hecatia-elegua@users.noreply.github.com> | 2023-05-10 12:47:05 +0200 |
| commit | d4b668a3bbf528822d7dd6f3206b740653f23c11 (patch) | |
| tree | 2410ac58a863eb09df4f4da81b732c91ffb97f5a | |
| parent | b7cdd93f3e1533e96d4cfa1ac8573e6210a2bedf (diff) | |
| download | rust-d4b668a3bbf528822d7dd6f3206b740653f23c11.tar.gz rust-d4b668a3bbf528822d7dd6f3206b740653f23c11.zip | |
Prepare tidy.rs
| -rw-r--r-- | crates/rust-analyzer/tests/slow-tests/tidy.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs index 8e3097fce42..f230cba2bf8 100644 --- a/crates/rust-analyzer/tests/slow-tests/tidy.rs +++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs @@ -257,6 +257,8 @@ fn check_dbg(path: &Path, text: &str) { "ide-db/src/generated/lints.rs", // test for doc test for remove_dbg "src/tests/generated.rs", + // `expect!` string can contain `dbg!` (due to .dbg postfix) + "ide-completion/src/tests/special.rs", ]; if need_dbg.iter().any(|p| path.ends_with(p)) { return; |
