rust-analyzer/crates/ra_assists/src
bors[bot] 83a16e825d
Merge #4878
4878: Make "Replace qualified name with use" replace *all* mentions of the path r=matklad a=jonas-schievink

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4836

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-06-16 05:29:05 +00:00
..
handlers Merge #4878 2020-06-16 05:29:05 +00:00
tests Fixed tests 2020-06-03 20:43:57 +02:00
utils Expose find_insert_use_container 2020-06-13 19:05:46 +02:00
assist_config.rs Add AssistConfig 2020-05-19 20:28:27 +02:00
assist_context.rs Shorten *all* qualified paths when adding use 2020-06-13 19:12:05 +02:00
ast_transform.rs Deprecate hir::Path::from_ast 2020-06-15 10:55:48 +02:00
lib.rs Fixed tests 2020-06-03 20:43:57 +02:00
tests.rs Remove dead code for handling cursor positions 2020-05-21 15:08:03 +02:00
utils.rs Expose find_insert_use_container 2020-06-13 19:05:46 +02:00