mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove "Sort methods by trait definition" assist
It was replaced by the "Sort items by trait definition" assist.
This commit is contained in:
parent
2b20a05fc6
commit
e315124798
4 changed files with 25 additions and 268 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue