Skip to content

chore: address cargo clippy warnings - #2452

Merged
marxin merged 1 commit into
wild-linker:mainfrom
marxin:clippy-fix8
Aug 26, 2026
Merged

chore: address cargo clippy warnings#2452
marxin merged 1 commit into
wild-linker:mainfrom
marxin:clippy-fix8

Conversation

@marxin

@marxin marxin commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Addresses:

warning: this `if` guard returns a bool literal and is followed by another
  --> libwild/src/export_list.rs:44:9
   |
44 | /         if self.0.general.matches_all() || self.0.cxx.matches_all() {
45 | |             return true;
...  |
48 | |         false
   | |_____________^ help: you can reduce it to: `self.0.general.matches_all() || self.0.cxx.matches_all()`

@marxin
marxin merged commit 9e50056 into wild-linker:main Aug 26, 2026
47 of 48 checks passed
@marxin
marxin deleted the clippy-fix8 branch August 26, 2026 19:34
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