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 several lint warns #32126

Merged
merged 1 commit into from
Apr 22, 2024
Merged

clippy: fix several lint warns #32126

merged 1 commit into from
Apr 22, 2024

Conversation

l4l
Copy link
Contributor

@l4l l4l commented Apr 22, 2024

As seems #31500 still remain opened here's the next partial fix.

Fixed list: unused_mut, clippy::needless_borrow, clippy::match_ref_pats, clippy::borrow_deref_ref, clippy::ptr_eq, clippy::unnecessary_cast, clippy::derivable_impls, clippy::collapsible_match, clippy::extra_unused_lifetimes, clippy::map_clone, clippy::manual_filter.

@mrobinson mrobinson added this pull request to the merge queue Apr 22, 2024
Merged via the queue into servo:main with commit 67f239d Apr 22, 2024
10 checks passed
@l4l l4l deleted the some-clippy-fixes branch April 22, 2024 22:16
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.

None yet

2 participants