mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Update crates/ide_assists/src/handlers/move_from_mod_rs.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
0049b5b0bc
commit
8f5e8e0a13
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ use ide_db::{
|
|||
};
|
||||
use syntax::{ast, AstNode, TextRange};
|
||||
|
||||
use crate::assist_context::{AssistContext, Assists};
|
||||
use crate::utils::trimmed_text_range;
|
||||
use crate::{assist_context::{AssistContext, Assists}, utils::trimmed_text_range};
|
||||
|
||||
// Assist: move_from_mod_rs
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue