File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tools/rust-analyzer/docs/book/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
10751075Fills 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
10991099Fills fields by replacing rest pattern in tuple struct patterns.
11001100
You can’t perform that action at this time.
0 commit comments