chore: fill_match_arms was renamed - update its usage in a comment

This commit is contained in:
Steven Joruk 2022-03-01 13:22:21 +00:00
parent 8a28430676
commit cdeb1b2c78

View File

@ -42,7 +42,7 @@
//! useful and (worse) less predictable. The user should have a clear //! useful and (worse) less predictable. The user should have a clear
//! intuition when each particular assist is available. //! intuition when each particular assist is available.
//! * Make small assists, which compose. Example: rather than auto-importing //! * 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. //! separate assist to shorten a fully-qualified name.
//! * Distinguish between assists and fixits for diagnostics. Internally, fixits //! * Distinguish between assists and fixits for diagnostics. Internally, fixits
//! and assists are equivalent. They have the same "show a list + invoke a //! and assists are equivalent. They have the same "show a list + invoke a