robo9k / rust-magic-sys

Rust declarations crate for the `libmagic` C library
Apache License 2.0
10 stars 6 forks source link

Run `cargo clippy` and `cargo fmt` linters for CI #19

Closed robo9k closed 3 years ago

robo9k commented 3 years ago

There's probably no need to run them on other platforms in matrix builds.

Use current stable instead of MSRV for up-to-date Clippy and rustfmt rules.