rust-analyzer/crates/ide_assists/src
Aleksey Kladov c42cdff3d2 internal: minimize minicore
We want to keep minicore small, so let's split out iterator adapters and
sources into a separate `iterators` region, and use them only when
needed.
2021-06-17 11:28:44 +03:00
..
handlers internal: minimize minicore 2021-06-17 11:28:44 +03:00
tests tidy 2021-05-24 22:17:16 +03:00
utils clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
assist_config.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
assist_context.rs cargo fmt 2021-06-13 09:48:15 +05:30
lib.rs internal: cut deps between assists and diagnostics 2021-06-14 17:45:17 +03:00
path_transform.rs Add more docs 2021-05-22 16:53:47 +03:00
tests.rs internal: prepare to move assist definitions 2021-06-14 17:45:17 +03:00
utils.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30