mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-13 01:06:22 +00:00
Move text-edit into ide-db
This commit is contained in:
parent
80e9d014be
commit
64f56f458f
63 changed files with 684 additions and 707 deletions
|
|
@ -19,6 +19,7 @@ pub mod rust_doc;
|
|||
pub mod search;
|
||||
pub mod source_change;
|
||||
pub mod symbol_index;
|
||||
pub mod text_edit;
|
||||
pub mod traits;
|
||||
pub mod ty_filter;
|
||||
pub mod use_trivial_constructor;
|
||||
|
|
@ -36,6 +37,7 @@ pub mod generated {
|
|||
pub mod syntax_helpers {
|
||||
pub mod format_string;
|
||||
pub mod format_string_exprs;
|
||||
pub mod tree_diff;
|
||||
pub use hir::prettify_macro_expansion;
|
||||
pub mod node_ext;
|
||||
pub mod suggest_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue