-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow unchecked arithmetic (#1190)
* Move away from using `overflow-checks` * Remove unchecked math from test * Simplify logic * Install clippy on the CI * Fix CI * fmt * update stale docs * Don't run clippy while building * Run clippy as a mandatory extra pass * Fix riscv build * Remove no longer needed arguments from check * Fix cargo output parsing * Fix doctest * Fix clippy * Remove build steps * Move linting before building * Disable warnings for metadata generation * Add comment about warning supression. * fmt
- Loading branch information
Showing
12 changed files
with
146 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.