Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ed23004

Browse files
committed
Add destructure_struct_binding action
Separate into create and apply edit Rename usages Hacky name map Add more tests Handle non-exhaustive Add some more TODOs Private fields Use todo Nesting Improve rest token generation Cleanup Doc -> regular comment Support mut
1 parent 0ac05c0 commit ed23004

File tree

6 files changed

+647
-3
lines changed

6 files changed

+647
-3
lines changed

crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fn edit_struct_references(
145145
pat,
146146
)
147147
},
148-
)),
148+
), None),
149149
)
150150
.to_string(),
151151
);

0 commit comments

Comments
 (0)