You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to remove the deny warning in code and instead pass an env var to cargo in CI that fails if there are any warnings (RUSTFLAGS=-Dwarnings I think it was this one)
The text was updated successfully, but these errors were encountered:
What is nice about this is that we deny warnings for the stable version
of Rust that we support, and we ignore warnings for the nightly version,
which has more changes more often.
Closes#189
What is nice about this is that we deny warnings for the stable version
of Rust that we support, and we ignore warnings for the nightly version,
which has more changes more often.
Closes#189
https://www.reddit.com/r/rust/comments/f5xpib/psa_denywarnings_is_actively_harmful/
We want to remove the deny warning in code and instead pass an env var to cargo in CI that fails if there are any warnings (
RUSTFLAGS=-Dwarnings
I think it was this one)The text was updated successfully, but these errors were encountered: