rust/crates/assists/src/handlers
bors[bot] 0275b08d15
Merge #5940
5940: Implement "Replace `impl Trait` function argument with the named generic" assist. r=matklad a=alekseysidorov

Fixes #5085 

Co-authored-by: Aleksei Sidorov <gorthauer87@yandex.ru>
2020-09-04 21:54:42 +00:00
..
add_custom_impl.rs
add_explicit_type.rs
add_missing_impl_members.rs
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs Fix import insertion breaking nested modules 2020-09-03 18:36:08 +02:00
change_return_type_to_result.rs
change_visibility.rs
early_return.rs
expand_glob_import.rs Reduce path_from_text usage 2020-08-31 15:47:42 +02:00
extract_struct_from_enum_variant.rs Add extra insert_use test for pub(crate) re-export handling 2020-09-03 20:26:27 +02:00
extract_variable.rs
fill_match_arms.rs
fix_visibility.rs
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs
generate_derive.rs
generate_from_impl_for_enum.rs
generate_function.rs
generate_impl.rs
generate_new.rs
inline_local_variable.rs **Inline Variable** works with field shorthand 2020-08-26 13:03:14 +02:00
introduce_named_lifetime.rs
invert_if.rs Invert if should be smart about is_some, is_none, is_ok, is_err 2020-08-23 22:30:34 -06:00
merge_imports.rs **Remove Unused Parameter** refactoring 2020-08-19 19:40:55 +02:00
merge_match_arms.rs
move_bounds.rs
move_guard.rs
raw_string.rs
remove_dbg.rs **Remove Unused Parameter** refactoring 2020-08-19 19:40:55 +02:00
remove_mut.rs
remove_unused_param.rs **Remove Unused Parameter** refactoring 2020-08-19 19:40:55 +02:00
reorder_fields.rs
replace_if_let_with_match.rs
replace_impl_trait_with_generic.rs Remove unnecessary comma 2020-09-04 22:58:50 +03:00
replace_let_with_if_let.rs
replace_qualified_name_with_use.rs Fix import insertion breaking nested modules 2020-09-03 18:36:08 +02:00
replace_unwrap_with_match.rs ⬆️ ungrammar 2020-08-21 19:14:05 +02:00
split_import.rs
unwrap_block.rs