rust/crates/ide_assists/src
Gibson Fahnestock 6b38c2d75e
docs(auto_import): change by_self -> self and by_crate -> crate
Keep things consistent with the package.json , which uses `self` and
`crate` instead of `by_self` and `by_crate`. Both names are in fact
allowed as aliases, but we should be consistent so that people reading
the docs and using a schema do not see red squiggles.
2022-03-30 12:33:07 +01:00
..
handlers docs(auto_import): change by_self -> self and by_crate -> crate 2022-03-30 12:33:07 +01:00
tests Revert "Emit #[must_use] in Generate new assist" 2022-03-26 20:39:36 +02:00
utils more clippy fixes: 2022-03-12 16:50:49 +01:00
assist_config.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
assist_context.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
lib.rs feat: Add an assist for inlining type aliases 2022-03-12 13:42:24 +00:00
tests.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
utils.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00