dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
202 stars 88 forks source link

chore: Fail CI for explicitly enabled clippy warnings #395

Closed adamspofford-dfinity closed 1 year ago

adamspofford-dfinity commented 1 year ago

We use -Dclippy::all in CI, which only causes a failed check for lints clippy enables by default, and not any we've specifically enabled like clippy::missing_safety_doc. The correct flag for this is -Dwarnings.