Anders429 / simfile

Apache License 2.0
0 stars 0 forks source link

Enable `cargo_common_metadata` clippy lint #32

Open Anders429 opened 3 years ago

Anders429 commented 3 years ago

This lint ensures that all necessary manifest information is provided. CI will ensure that this information is consistently provided.

See https://rust-lang.github.io/rust-clippy/master/#cargo_common_metadata for more info on the lint.