mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
rename code-actions -> assists
This commit is contained in:
parent
0a80d9685a
commit
5323e59996
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
mod code_actions;
|
||||
pub mod assists;
|
||||
mod extend_selection;
|
||||
mod folding_ranges;
|
||||
mod line_index;
|
||||
|
@ -10,7 +10,7 @@ mod typing;
|
|||
mod diagnostics;
|
||||
|
||||
pub use self::{
|
||||
code_actions::{add_derive, add_impl, flip_comma, introduce_variable, make_pub_crate, LocalEdit},
|
||||
assists::LocalEdit,
|
||||
extend_selection::extend_selection,
|
||||
folding_ranges::{folding_ranges, Fold, FoldKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue