We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cdd93 commit d4b668aCopy full SHA for d4b668a
crates/rust-analyzer/tests/slow-tests/tidy.rs
@@ -257,6 +257,8 @@ fn check_dbg(path: &Path, text: &str) {
257
"ide-db/src/generated/lints.rs",
258
// test for doc test for remove_dbg
259
"src/tests/generated.rs",
260
+ // `expect!` string can contain `dbg!` (due to .dbg postfix)
261
+ "ide-completion/src/tests/special.rs",
262
];
263
if need_dbg.iter().any(|p| path.ends_with(p)) {
264
return;
0 commit comments