mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
internal: cut deps between assists and diagnostics
This commit is contained in:
parent
2e8dab631b
commit
a91071b57b
10 changed files with 147 additions and 140 deletions
|
@ -1,7 +1,6 @@
|
|||
use either::Either;
|
||||
use hir::{db::AstDatabase, InFile};
|
||||
use ide_assists::Assist;
|
||||
use ide_db::source_change::SourceChange;
|
||||
use ide_db::{assists::Assist, source_change::SourceChange};
|
||||
use stdx::format_to;
|
||||
use syntax::{algo, ast::make, AstNode, SyntaxNodePtr};
|
||||
use text_edit::TextEdit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue