-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add generate_mut_trait_impl assist #15832
Conversation
r? @alibektas |
f79e2c4
to
b84940b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy with the current version of things, but let me say that I can't really be trusted in the review business as I am quite new to the project. So I leave the judgment to @lnicola
@bors r+ Thanks, Young-Flash and alibektas! |
☀️ Test successful - checks-actions |
Generate proper
index_mut
method body refer toindex
method body may impossible due to the unpredicable case (#15581).Here just leave the
index_mut
method body be same asindex
method body, user can modify it manually to meet their need.