Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Remove RUSTFLAGS in make lint #129

Closed sosthene-nitrokey closed 1 year ago

sosthene-nitrokey commented 1 year ago

Cargo recompiles everything when the RUSTFLAGS change so this makes lint slower than they need to be. Removing this doesn't miss any lints because the clippy pass also has --deny warnings