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};
1070
1070
1071
1071
1072
1072
### ` 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 )
1074
1074
1075
1075
Fills fields by replacing rest pattern in record patterns.
1076
1076
@@ -1094,7 +1094,7 @@ fn foo(bar: Bar) {
1094
1094
1095
1095
1096
1096
### ` 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 )
1098
1098
1099
1099
Fills fields by replacing rest pattern in tuple struct patterns.
1100
1100
You can’t perform that action at this time.
0 commit comments