Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Don't deny warnings in lib.rs #321

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

tgross35
Copy link
Contributor

Having #![deny(warnings)] for the entire crate is a bit of a development annoyance. We already run CI with RUSTFLAGS=-Dwarnings so there isn't much of a reason to check this locally. Thus, remove the attribute.

Additionally, sort the clippy allows.

Having `#![deny(warnings)]` for the entire crate is a bit of a
development annoyance. We already run CI with `RUSTFLAGS=-Dwarnings` so
there isn't much of a reason to check this locally. Thus, remove the
attribute.

Additionally, sort the clippy allows.
@tgross35 tgross35 marked this pull request as ready for review October 26, 2024 05:57
@tgross35 tgross35 enabled auto-merge October 26, 2024 05:57
@tgross35 tgross35 merged commit 5603a53 into rust-lang:master Oct 26, 2024
13 checks passed
@tgross35 tgross35 deleted the deny-only-in-ci branch October 26, 2024 05:59
tgross35 added a commit that referenced this pull request Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant