Closed Techcable closed 2 months ago
Struggling with the auguwu/clippy-action action.
A couple issues:
--features
flag isn't working when used with check-args
IDEA: Maybe run just once with --all-features
?
Split the clippy CI changes into PR #339
Avoid new lints:
check-cfg
lint in 1.81.0./cargo/config
to.cargo/config.toml
extern crate
declarations, avoiding#[deny(unused_extern_crates)]
lint.#[deny(rust_2018_idioms)]
to#[warn(...)]
to avoid unnecessary build failures in the future.#[no_std]
if and only if #[cfg(not(feature = "std)], avoiding anextern crate std
declaration. This expresses the intent clearer.#[warn(clippy::doc_lazy_continuation)]
Make sure to: