Move lint definition generation into xtask/codegen

This commit is contained in:
Lukas Wirth 2024-03-04 17:02:28 +01:00
parent 0964374274
commit 76463eee48
12 changed files with 90 additions and 86 deletions

View file

@ -412,9 +412,3 @@ impl SnippetCap {
}
}
}
#[cfg(test)]
mod tests {
mod line_index;
mod sourcegen_lints;
}