You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add assist to generate trait impl's
resolvesrust-lang#13553
This pull request adds a `generate_trait_impl` assist, which generates trait impl's for a type. It is almost the same as the one to generate impl's and I also reduced the trigger range to only outside the `RecordFieldList`. Also moved all the tests into separate test functions. A few of the old tests seemed redundant, so I didn't port them.
Would you please split vim support as submodule?
such as
http://github.com/mozilla/vim-rust
that we can easily use rust vim plugins with vundle plugins
The text was updated successfully, but these errors were encountered: