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

@ -1,6 +1,4 @@
#![allow(clippy::print_stderr)]
#[cfg(not(feature = "in-rust-tree"))]
mod sourcegen;
use ide_db::{
assists::AssistResolveStrategy, base_db::SourceDatabaseExt, LineIndexDatabase, RootDatabase,