]> git.lizzy.rs Git - rust.git/commitdiff
chore: fill_match_arms was renamed - update its usage in a comment
authorSteven Joruk <steven@joruk.com>
Tue, 1 Mar 2022 13:22:21 +0000 (13:22 +0000)
committerSteven Joruk <steven@joruk.com>
Sat, 12 Mar 2022 13:41:23 +0000 (13:41 +0000)
crates/ide_assists/src/lib.rs

index 067f4d8e14d0dd80a996212453a07b7b4fac603d..64d93083f89cbc9e6089c405ce8a35023f0e71f8 100644 (file)
@@ -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