expose make_pub_crate action
This commit is contained in:
parent
11ae1a669c
commit
4e2dffd798
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ impl AnalysisImpl {
|
|||
ra_editor::flip_comma(&file, offset).map(|f| f()),
|
||||
ra_editor::add_derive(&file, offset).map(|f| f()),
|
||||
ra_editor::add_impl(&file, offset).map(|f| f()),
|
||||
ra_editor::make_pub_crate(&file, offset).map(|f| f()),
|
||||
ra_editor::introduce_variable(&file, range).map(|f| f()),
|
||||
];
|
||||
actions
|
||||
|
|
Loading…
Add table
Reference in a new issue