mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-04 09:18:46 +00:00
c1712e55c6
This fixes the applicability of the "sort items alphabetically" assist when the selection is inside a `Trait` or `Impl`. It's now tested if the selection is inside or overlaps with an inner node, e.g. associated const or type alias, function. |
||
---|---|---|
.. | ||
handlers | ||
tests | ||
utils | ||
assist_config.rs | ||
assist_context.rs | ||
lib.rs | ||
tests.rs | ||
utils.rs |