Skip to content
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

Take &self in handle methods that took &mut self #1212

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

ids1024
Copy link
Member

@ids1024 ids1024 commented Nov 7, 2023

Other methods take &self. It doesn't really make sense to take &mut self on reference counted types in general.

Other methods take `&self`. It doesn't really make sense to take `&mut
self` on reference counted types in general.
@Drakulix Drakulix merged commit 3a33084 into Smithay:master Nov 8, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants