rust/crates/assists/src
2020-09-05 16:15:16 +02:00
..
handlers Allow merge_imports assists to merge imports of equal visibility 2020-09-05 16:15:16 +02:00
tests Remove unnecessary comma 2020-09-04 22:58:50 +03:00
utils Allow merge_imports assists to merge imports of equal visibility 2020-09-05 16:15:16 +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