ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Add clippy to CI & fix lints #146

Open alpha-tango-kilo opened 3 months ago

alpha-tango-kilo commented 3 months ago

--tests runs Clippy with #[cfg(test)], allowing it to check tests too

Note: in its current configuration, Clippy is only checking with default features. Let me know if you'd prefer something else