mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
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
Add a link
Reference in a new issue