-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
refactor: Use &self
instead of &mut
when possible
#1045
base: main
Are you sure you want to change the base?
Conversation
Thank you for the PR! Files to checkThese are files which is affected by the current PR, but not reflected. If there's no file below this message, please ignore this message. You can run
|
&self
instead of &mut
where possible&self
instead of &mut
when possible
1b68fad
to
0c0251f
Compare
Status: I did lots of work, but I'm stuck. I may need to split all call/new into |
Description:
This is required for #1042, which requires to recurse into self.
Related issue (if exists):