Closed adamspofford-dfinity closed 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.
-Dclippy::all
clippy::missing_safety_doc
-Dwarnings
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 likeclippy::missing_safety_doc
. The correct flag for this is-Dwarnings
.