issues
search
snarkify
/
arkmsm
Apache License 2.0
45
stars
8
forks
source link
Refactor with cargo-clippy and `all_asserts`
#4
Closed
cyphersnake
closed
1 year ago
cyphersnake
commented
1 year ago
Waiting for #3
Used cargo-clippy-fix
A few comments from clippy have been corrected manually
Added the use of
all_asserts
crate, for better readability and to display more information, in case of an panic
Added CI for formatting and linter checking
Waiting for #3
all_asserts
crate, for better readability and to display more information, in case of an panic