Skip to content

Commit d4b668a

Browse files
Prepare tidy.rs
1 parent b7cdd93 commit d4b668a

File tree

1 file changed

+2
-0
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+2
-0
lines changed

crates/rust-analyzer/tests/slow-tests/tidy.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ fn check_dbg(path: &Path, text: &str) {
257257
"ide-db/src/generated/lints.rs",
258258
// test for doc test for remove_dbg
259259
"src/tests/generated.rs",
260+
// `expect!` string can contain `dbg!` (due to .dbg postfix)
261+
"ide-completion/src/tests/special.rs",
260262
];
261263
if need_dbg.iter().any(|p| path.ends_with(p)) {
262264
return;

0 commit comments

Comments
 (0)