mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Split out merge_imports module from helpers::insert_use
This commit is contained in:
parent
4d110dd118
commit
050c69c19d
8 changed files with 344 additions and 329 deletions
|
@ -1,6 +1,7 @@
|
|||
//! A module with ide helpers for high-level ide features.
|
||||
pub mod insert_use;
|
||||
pub mod import_assets;
|
||||
pub mod insert_use;
|
||||
pub mod merge_imports;
|
||||
pub mod rust_doc;
|
||||
|
||||
use std::collections::VecDeque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue