aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_custom_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to TryFromAleksey Kladov2020-04-251-2/+2
|
* Convert code to text-sizeAleksey Kladov2020-04-251-4/+4
|
* Start stdxAleksey Kladov2020-03-281-9/+5
| | | | This crate will hold everything to small to be worth publishing
* Cleanup importsAleksey Kladov2020-03-191-2/+2
|
* More manual clippy fixesKirill Bulatov2020-02-181-2/+2
|
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-2/+2
|
* Name assist handlersAleksey Kladov2020-02-071-0/+209