rust/crates/ra_assists/src
bors[bot] d88a96bd05 Merge #1037
1037: inline immutable local varialbe r=matklad a=gfreezy

resolved #1033 

Co-authored-by: gfreezy <gfreezy@gmail.com>
2019-03-25 14:11:18 +00:00
..
add_derive.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
add_impl.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
add_missing_impl_members.rs Add assist for adding default methods 2019-03-23 23:13:07 +08:00
assist_ctx.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
auto_import.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
change_visibility.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
fill_match_arms.rs Remove the old variants replaced by Ty::Apply 2019-03-21 22:17:00 +01:00
fill_struct_fields.rs Remove the old variants replaced by Ty::Apply 2019-03-21 22:17:00 +01:00
flip_comma.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
flip_eq_operands.rs Target only the actual operator. 2019-03-24 22:21:22 +01:00
inline_local_variable.rs use | instead of multiple match arms 2019-03-25 20:57:43 +08:00
introduce_variable.rs add marks to assists 2019-02-24 15:46:06 +03:00
lib.rs Merge #1037 2019-03-25 14:11:18 +00:00
marks.rs add marks to assists 2019-02-24 15:46:06 +03:00
remove_dbg.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
replace_if_let_with_match.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00
split_import.rs Assign IDs to assists 2019-02-24 14:00:00 +03:00