rust/crates/ide-assists/src
Sebastian Ziebell ce1c85317f Check param is not referenced in function
This checks the type param is referenced neither in the function body
nor as a return type.

* add tests
2023-05-26 13:24:29 +02:00
..
handlers Check param is not referenced in function 2023-05-26 13:24:29 +02:00
tests Implement assist to replace named generic with impl 2023-05-26 13:13:11 +02:00
utils internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
assist_config.rs feat: add config for inserting must_use in generate_enum_as_method 2022-10-24 13:18:24 +05:30
assist_context.rs
lib.rs Implement assist to replace named generic with impl 2023-05-26 13:13:11 +02:00
tests.rs internal: Set Durability to HIGH for enable_proc_attr_macros input 2023-03-30 15:11:22 +02:00
utils.rs add_missing_impl_members and add_missing_default_members break indentation no longer 2023-05-10 22:27:05 +04:00