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

Squash warnings on main #535

Merged
merged 11 commits into from
Dec 9, 2021
Merged

Conversation

yoshuawuyts
Copy link
Contributor

The main branch was seeing a lot of warnings, including clippy failures. This fixes those failures. Some of them are temporary, demarked by #[allow(unused)]. We should remove those attributes in follow-up PRs. Thanks!

yoshuawuyts and others added 5 commits December 9, 2021 13:32
We should gradually revert this PR and remove every single `#[allow(unused)]` call inserted. We did it this way in order to un-break the main branch.

Co-Authored-By: Ryan Levick <[email protected]>
Co-Authored-By: Ryan Levick <[email protected]>
Co-Authored-By: Ryan Levick <[email protected]>
@yoshuawuyts yoshuawuyts requested a review from rylev December 9, 2021 12:55
yoshuawuyts and others added 6 commits December 9, 2021 14:07
Co-Authored-By: Ryan Levick <[email protected]>
Co-Authored-By: Ryan Levick <[email protected]>
Co-Authored-By: Ryan Levick <[email protected]>
@yoshuawuyts yoshuawuyts mentioned this pull request Dec 9, 2021
Copy link
Contributor

@rylev rylev left a comment

Choose a reason for hiding this comment

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

LGTM thank you!

@rylev rylev merged commit 0c724e3 into Azure:main Dec 9, 2021
@yoshuawuyts yoshuawuyts deleted the squash-warnings-on-main branch December 9, 2021 17:05
@@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
RUSTFLAGS: --deny warnings --allow unused_attributes --allow unreachable-code --allow unused-assignments
Copy link
Contributor

Choose a reason for hiding this comment

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

This workflow fails with this change. I'm going to revert it in my upcoming PR. I created #553 for removing the warnings from generated services.

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