diff options
| author | Steven Joruk <steven@joruk.com> | 2022-03-01 13:22:21 +0000 |
|---|---|---|
| committer | Steven Joruk <steven@joruk.com> | 2022-03-12 13:41:23 +0000 |
| commit | cdeb1b2c78e07d326871bf5ee2bcebdf01806750 (patch) | |
| tree | c9f0595638fc34d9e62afb280ad8edd7b106692c | |
| parent | 8a284306765512367c64a3c070648f560ed5bacf (diff) | |
| download | rust-cdeb1b2c78e07d326871bf5ee2bcebdf01806750.tar.gz rust-cdeb1b2c78e07d326871bf5ee2bcebdf01806750.zip | |
chore: fill_match_arms was renamed - update its usage in a comment
| -rw-r--r-- | crates/ide_assists/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_assists/src/lib.rs b/crates/ide_assists/src/lib.rs index 067f4d8e14d..64d93083f89 100644 --- a/crates/ide_assists/src/lib.rs +++ b/crates/ide_assists/src/lib.rs @@ -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 |
