mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Generate default lint completions
This commit is contained in:
parent
5d17b6a687
commit
343df88ac7
7 changed files with 1130 additions and 777 deletions
|
@ -3,6 +3,7 @@ pub mod import_assets;
|
|||
pub mod insert_use;
|
||||
pub mod merge_imports;
|
||||
pub mod rust_doc;
|
||||
pub mod generated_lints;
|
||||
|
||||
use std::collections::VecDeque;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue