add impl initial

This commit is contained in:
Aleksey Kladov
2018-08-22 18:05:43 +03:00
parent 69a524fbef
commit 147578f0fe
5 changed files with 54 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ pub use self::{
edit::{EditBuilder, Edit, AtomEdit},
code_actions::{
ActionResult, find_node,
flip_comma, add_derive,
flip_comma, add_derive, add_impl,
},
};