mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
split assists over several files
This commit is contained in:
parent
5323e59996
commit
a5935687cb
8 changed files with 487 additions and 402 deletions
|
@ -19,7 +19,7 @@ pub use self::{
|
|||
typing::{join_lines, on_enter, on_eq_typed},
|
||||
diagnostics::diagnostics
|
||||
};
|
||||
use ra_text_edit::{TextEdit, TextEditBuilder};
|
||||
use ra_text_edit::TextEditBuilder;
|
||||
use ra_syntax::{
|
||||
algo::find_leaf_at_offset,
|
||||
ast::{self, AstNode},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue