Skip to content

Commit cdeb1b2

Browse files
committed
chore: fill_match_arms was renamed - update its usage in a comment
1 parent 8a28430 commit cdeb1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! useful and (worse) less predictable. The user should have a clear
4343
//! intuition when each particular assist is available.
4444
//! * Make small assists, which compose. Example: rather than auto-importing
45-
//! enums in `fill_match_arms`, we use fully-qualified names. There's a
45+
//! enums in `add_missing_match_arms`, we use fully-qualified names. There's a
4646
//! separate assist to shorten a fully-qualified name.
4747
//! * Distinguish between assists and fixits for diagnostics. Internally, fixits
4848
//! and assists are equivalent. They have the same "show a list + invoke a

0 commit comments

Comments
 (0)