mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move typing to ra_ide_api
This commit is contained in:
parent
d99abe4c25
commit
0c15deac76
3 changed files with 6 additions and 7 deletions
|
@ -4,10 +4,8 @@
|
|||
//! an edit or some auxiliary info.
|
||||
|
||||
mod structure;
|
||||
mod typing;
|
||||
|
||||
use rustc_hash::FxHashSet;
|
||||
use ra_text_edit::TextEditBuilder;
|
||||
use ra_syntax::{
|
||||
SourceFile, SyntaxNode, TextRange, TextUnit, Direction,
|
||||
algo::find_leaf_at_offset,
|
||||
|
@ -17,7 +15,6 @@ use ra_syntax::{
|
|||
|
||||
pub use crate::{
|
||||
structure::{file_structure, StructureNode},
|
||||
typing::{on_enter, on_dot_typed, on_eq_typed},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue