Skip to content

Commit fee83ba

Browse files
author
¨Florian
committed
Generated doc update
1 parent e88f892 commit fee83ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/rust-analyzer/docs/book/src/assists_generated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ pub use foo::{Bar, Baz};
10701070

10711071

10721072
### `expand_record_rest_pattern`
1073-
**Source:** [expand_rest_pattern.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/expand_rest_pattern.rs#L24)
1073+
**Source:** [expand_rest_pattern.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/expand_rest_pattern.rs#L26)
10741074

10751075
Fills fields by replacing rest pattern in record patterns.
10761076

@@ -1094,7 +1094,7 @@ fn foo(bar: Bar) {
10941094

10951095

10961096
### `expand_tuple_struct_rest_pattern`
1097-
**Source:** [expand_rest_pattern.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/expand_rest_pattern.rs#L80)
1097+
**Source:** [expand_rest_pattern.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-assists/src/handlers/expand_rest_pattern.rs#L82)
10981098

10991099
Fills fields by replacing rest pattern in tuple struct patterns.
11001100

0 commit comments

Comments
 (0)