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: resolve warnings in rust-script blocks and only fail warnings in CI #87

Merged
merged 3 commits into from
Feb 3, 2024

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Jan 26, 2024

Per https://rust-unofficial.github.io/patterns/anti_patterns/deny-warnings.html, deny(warnings) is an anti-pattern. Instead, warnings will now only fail in CI or when running cargo-make (in this repo). Warnings in rust-script blocks were also fixed.

pending merge of #79 . review top 3 commits

@wmmc88 wmmc88 self-assigned this Jan 26, 2024
@wmmc88 wmmc88 marked this pull request as ready for review January 30, 2024 23:50
@wmmc88 wmmc88 requested a review from a team January 30, 2024 23:50
rajeshbg
rajeshbg previously approved these changes Jan 31, 2024
@wmmc88 wmmc88 enabled auto-merge February 2, 2024 20:21
@wmmc88 wmmc88 added this pull request to the merge queue Feb 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2024
@wmmc88 wmmc88 added this pull request to the merge queue Feb 3, 2024
Merged via the queue into microsoft:main with commit 47d2183 Feb 3, 2024
48 checks passed
@wmmc88 wmmc88 deleted the clear-warnings branch February 3, 2024 00:58
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.

3 participants