Skip to content

Commit 5a3c3a0

Browse files
committed
exclude files from tidy check
1 parent dcbf385 commit 5a3c3a0

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
@@ -274,11 +274,13 @@ fn check_todo(path: &Path, text: &str) {
274274
"handlers/add_turbo_fish.rs",
275275
"handlers/generate_function.rs",
276276
"handlers/fill_match_arms.rs",
277+
"handlers/replace_derive_with_manual_impl.rs",
277278
// To support generating `todo!()` in assists, we have `expr_todo()` in
278279
// `ast::make`.
279280
"ast/make.rs",
280281
// The documentation in string literals may contain anything for its own purposes
281282
"ide_db/src/helpers/generated_lints.rs",
283+
"ide_assists/src/tests/generated.rs",
282284
];
283285
if need_todo.iter().any(|p| path.ends_with(p)) {
284286
return;

0 commit comments

Comments
 (0)