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

Fix unused import left in #31564 #31608

Merged
merged 1 commit into from Mar 10, 2024
Merged

Fix unused import left in #31564 #31608

merged 1 commit into from Mar 10, 2024

Conversation

eerii
Copy link
Contributor

@eerii eerii commented Mar 10, 2024

#31564 had an unused import issue while compiling. I changed std::mem::take to mem::take to use the import and be consistent with the rest of std uses. (Sorry for not noticing before the merge!)


Copy link
Contributor

@Loirooriol Loirooriol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Loirooriol Loirooriol added this pull request to the merge queue Mar 10, 2024
Merged via the queue into servo:main with commit af3583a Mar 10, 2024
9 checks passed
@eerii eerii deleted the unused_mem branch March 10, 2024 21:32
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.

unused import: mem, in components/net/image_cache.rs
2 participants