Add make_pub_crate code action to ra_editor

This commit is contained in:
Hirokazu Hata 2018-12-16 18:17:33 +09:00
parent d77520fde3
commit c14ca038da
2 changed files with 74 additions and 2 deletions

View file

@ -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},