We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a28430 commit cdeb1b2Copy full SHA for cdeb1b2
crates/ide_assists/src/lib.rs
@@ -42,7 +42,7 @@
42
//! useful and (worse) less predictable. The user should have a clear
43
//! intuition when each particular assist is available.
44
//! * Make small assists, which compose. Example: rather than auto-importing
45
-//! 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
46
//! separate assist to shorten a fully-qualified name.
47
//! * Distinguish between assists and fixits for diagnostics. Internally, fixits
48
//! and assists are equivalent. They have the same "show a list + invoke a
0 commit comments