mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add make_pub_crate code action to ra_editor
This commit is contained in:
parent
d77520fde3
commit
c14ca038da
2 changed files with 74 additions and 2 deletions
|
@ -8,7 +8,7 @@ mod test_utils;
|
|||
mod typing;
|
||||
|
||||
pub use self::{
|
||||
code_actions::{add_derive, add_impl, flip_comma, introduce_variable, LocalEdit},
|
||||
code_actions::{add_derive, add_impl, flip_comma, introduce_variable, make_pub_crate, 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