mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
chore: fill_match_arms was renamed - update its usage in a comment
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
//! useful and (worse) less predictable. The user should have a clear
|
||||
//! intuition when each particular assist is available.
|
||||
//! * Make small assists, which compose. Example: rather than auto-importing
|
||||
//! enums in `fill_match_arms`, we use fully-qualified names. There's a
|
||||
//! enums in `add_missing_match_arms`, we use fully-qualified names. There's a
|
||||
//! separate assist to shorten a fully-qualified name.
|
||||
//! * Distinguish between assists and fixits for diagnostics. Internally, fixits
|
||||
//! and assists are equivalent. They have the same "show a list + invoke a
|
||||
|
||||
Reference in New Issue
Block a user