@@ -188,7 +188,7 @@ https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/#redo-after-
188
188
fn deny_clippy ( path : & Path , text : & str ) {
189
189
let ignore = & [
190
190
// The documentation in string literals may contain anything for its own purposes
191
- "ide_db/src/helpers/generated_lints .rs" ,
191
+ "ide_db/src/generated/lints .rs" ,
192
192
// The tests test clippy lint hovers
193
193
"ide/src/hover/tests.rs" ,
194
194
// The tests test clippy lint completions
@@ -279,7 +279,7 @@ fn check_todo(path: &Path, text: &str) {
279
279
// `ast::make`.
280
280
"ast/make.rs" ,
281
281
// The documentation in string literals may contain anything for its own purposes
282
- "ide_db/src/helpers/generated_lints .rs" ,
282
+ "ide_db/src/generated/lints .rs" ,
283
283
"ide_assists/src/utils/gen_trait_fn_body.rs" ,
284
284
"ide_assists/src/tests/generated.rs" ,
285
285
// The tests for missing fields
@@ -315,7 +315,7 @@ fn check_dbg(path: &Path, text: &str) {
315
315
"ide_completion/src/tests/proc_macros.rs" ,
316
316
// The documentation in string literals may contain anything for its own purposes
317
317
"ide_completion/src/lib.rs" ,
318
- "ide_db/src/helpers/generated_lints .rs" ,
318
+ "ide_db/src/generated/lints .rs" ,
319
319
// test for doc test for remove_dbg
320
320
"src/tests/generated.rs" ,
321
321
] ;
0 commit comments