Exclude test file from rust tidy check

This commit is contained in:
Lukas Wirth 2021-09-14 00:21:16 +02:00
parent aa1b36dc6d
commit dfb94d09d4

View File

@ -309,6 +309,7 @@ fn check_dbg(path: &Path, text: &str) {
"handlers/remove_dbg.rs",
// We have .dbg postfix
"ide_completion/src/completions/postfix.rs",
"ide_completion/src/tests/proc_macros.rs",
// The documentation in string literals may contain anything for its own purposes
"ide_completion/src/lib.rs",
"ide_db/src/helpers/generated_lints.rs",