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

clippy: Fix mem_replace_with_default. #160

Merged

Conversation

waywardmonkeys
Copy link
Contributor

When replacing something with the default value, can juse use take instead.

When replacing something with the default value, can juse
use `take` instead.
@sebcrozet sebcrozet merged commit aa2ef31 into dimforge:master Sep 9, 2023
5 checks passed
@sebcrozet
Copy link
Member

Thanks!

@waywardmonkeys waywardmonkeys deleted the clippy-mem_replace_with_default branch September 9, 2023 16:26
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