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 dcbf385 commit 5a3c3a0Copy full SHA for 5a3c3a0
crates/rust-analyzer/tests/slow-tests/tidy.rs
@@ -274,11 +274,13 @@ fn check_todo(path: &Path, text: &str) {
274
"handlers/add_turbo_fish.rs",
275
"handlers/generate_function.rs",
276
"handlers/fill_match_arms.rs",
277
+ "handlers/replace_derive_with_manual_impl.rs",
278
// To support generating `todo!()` in assists, we have `expr_todo()` in
279
// `ast::make`.
280
"ast/make.rs",
281
// The documentation in string literals may contain anything for its own purposes
282
"ide_db/src/helpers/generated_lints.rs",
283
+ "ide_assists/src/tests/generated.rs",
284
];
285
if need_todo.iter().any(|p| path.ends_with(p)) {
286
return;
0 commit comments