rust-analyzer/crates/assists/src
bors[bot] 0275b08d15
Merge #5940
5940: Implement "Replace `impl Trait` function argument with the named generic" assist. r=matklad a=alekseysidorov

Fixes #5085 

Co-authored-by: Aleksei Sidorov <gorthauer87@yandex.ru>
2020-09-04 21:54:42 +00:00
..
handlers Merge #5940 2020-09-04 21:54:42 +00:00
tests Remove unnecessary comma 2020-09-04 22:58:50 +03:00
utils Add extra insert_use test for pub(crate) re-export handling 2020-09-03 20:26:27 +02:00
assist_config.rs Rename ra_assists -> assists 2020-08-13 17:33:38 +02:00
assist_context.rs Use Definition::find_usages for finding used items in expand glob import 2020-08-20 21:34:53 +03:00
ast_transform.rs Unify naming 2020-09-03 12:18:46 +02:00
lib.rs Initial implementation of the #5085 issue 2020-09-03 14:47:07 +03:00
tests.rs Rename ra_assists -> assists 2020-08-13 17:33:38 +02:00
utils.rs Fix import insertion breaking nested modules 2020-09-03 18:36:08 +02:00