rust-analyzer/crates/ide_assists/src
bors[bot] e1dcec0e02
Merge #9846
9846: feat: Generate default trait fn impl when generating `Clone` r=Veykril a=yoshuawuyts

Implements a default trait function body when generating the `Clone` trait for a type. Thanks!

r? `@\veykril`

Co-authored-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2021-08-10 13:18:09 +00:00
..
handlers Merge #9846 2021-08-10 13:18:09 +00:00
tests Implement bool_then_to_if assist 2021-08-10 13:17:45 +02:00
utils gen clone for tuple enums 2021-08-10 15:07:13 +02:00
assist_config.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
assist_context.rs Simplify inline_local_variable assist 2021-08-02 15:27:47 +02:00
lib.rs Implement bool_then_to_if assist 2021-08-10 13:17:45 +02:00
tests.rs Disambiguate replace with if let assist labels 2021-07-10 18:00:22 +02:00
utils.rs Substitute generic types in inline_call 2021-08-10 14:39:56 +02:00