Remove "Sort methods by trait definition" assist

It was replaced by the "Sort items by trait definition" assist.
This commit is contained in:
Maybe Waffle 2022-05-04 00:55:00 +04:00
parent 2b20a05fc6
commit e315124798
4 changed files with 25 additions and 268 deletions

View file

@ -169,7 +169,6 @@ mod handlers {
mod remove_mut;
mod remove_unused_param;
mod reorder_fields;
mod reorder_impl;
mod reorder_impl_items;
mod replace_try_expr_with_match;
mod replace_derive_with_manual_impl;
@ -257,7 +256,6 @@ mod handlers {
remove_mut::remove_mut,
remove_unused_param::remove_unused_param,
reorder_fields::reorder_fields,
reorder_impl::reorder_impl,
reorder_impl_items::reorder_impl_items,
replace_try_expr_with_match::replace_try_expr_with_match,
replace_derive_with_manual_impl::replace_derive_with_manual_impl,