rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
275 stars 180 forks source link

Run `cargo clippy` in CI for all targets #446

Closed briansmith closed 3 months ago

briansmith commented 4 months ago

Right now cargo clippy is only run 64-bit Linux targets. It should be run for all targets so that important lints that statically enforce safety checks are checked on all targets. See #445 in particular.