expose make_pub_crate action

This commit is contained in:
Aleksey Kladov 2018-12-27 12:35:40 +03:00
parent 11ae1a669c
commit 4e2dffd798

View file

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