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

Deny warnings in CI #296

Merged
merged 1 commit into from
May 6, 2024
Merged

Deny warnings in CI #296

merged 1 commit into from
May 6, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 6, 2024

The main crate already has #![deny(warnings)]. Set RUSTFLAGS in CI to enforce this for other crates in the workspace.

@tgross35
Copy link
Contributor Author

tgross35 commented May 6, 2024

Related to attempting to remove warnings in compiler-builtins rust-lang/compiler-builtins#603

The main crate already has `#![deny(warnings)]`. Set RUSTFLAGS in CI to
enforce this for other crates in the workspace.
@Amanieu Amanieu merged commit 279e5f6 into rust-lang:master May 6, 2024
12 checks passed
@tgross35 tgross35 deleted the ci-deny-warnings branch May 6, 2024 09:57
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