@@ -197,7 +197,7 @@ struct Point<'a> {
197197
198198[discrete]
199199=== `add_missing_match_arms`
200- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/add_missing_match_arms.rs#L16 [add_missing_match_arms.rs]
200+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/add_missing_match_arms.rs#L13 [add_missing_match_arms.rs]
201201
202202Adds missing clauses to a `match` expression.
203203
@@ -1147,7 +1147,7 @@ impl Default for Example {
11471147
11481148[discrete]
11491149=== `generate_delegate_methods`
1150- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/generate_delegate_methods.rs#L12 [generate_delegate_methods.rs]
1150+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/generate_delegate_methods.rs#L16 [generate_delegate_methods.rs]
11511151
11521152Generate delegate methods.
11531153
@@ -1286,7 +1286,7 @@ impl core::ops::Deref for B {
12861286
12871287[discrete]
12881288=== `generate_derive`
1289- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/generate_derive.rs#L9 [generate_derive.rs]
1289+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/generate_derive.rs#L8 [generate_derive.rs]
12901290
12911291Adds a new `#[derive()]` clause to a struct or enum.
12921292
@@ -2375,7 +2375,7 @@ fn t() {}
23752375
23762376[discrete]
23772377=== `promote_local_to_const`
2378- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/promote_local_to_const.rs#L19 [promote_local_to_const.rs]
2378+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/promote_local_to_const.rs#L16 [promote_local_to_const.rs]
23792379
23802380Promotes a local variable to a const item changing its name to a `SCREAMING_SNAKE_CASE` variant
23812381if the local uses no non-const expressions.
0 commit comments