rust/crates/assists/src
bors[bot] 18c62c8a39
Merge #6019
6019: Remove make::path_from_text r=matklad a=Veykril

This removes the `make::path_from_text` function, which according to a note should've been private. I removed it since it didn't really serve a purpose as it was simply wrapping `make::ast_from_text`.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-09-29 10:29:33 +00:00
..
handlers Merge #6019 2020-09-29 10:29:33 +00:00
tests Remove unnecessary comma 2020-09-04 22:58:50 +03:00
utils Remove partial import test in insert_use 2020-09-25 15:21:50 +02:00
assist_config.rs Make MergeBehaviour configurable 2020-09-12 12:11:16 +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 Document AstTransformation 2020-09-21 12:36:51 +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 Make MergeBehaviour configurable 2020-09-12 12:11:16 +02:00