replace custom-clippy
alias with workspace-wide [lints]
configuration
#4484
Labels
custom-clippy
alias with workspace-wide [lints]
configuration
#4484
Currently, we have an alias for standardizing our lint configuration:
rust-libp2p/.cargo/config.toml
Line 3 in 240019f
There is a new cargo feature on the way that allows to configure lints in the
Cargo.toml
. Together with workspace-inheritance, we should be able to move our lint configuration away from the alias to a configuration that is only specified once in our rootCargo.toml
.Here is the tracking issue: rust-lang/cargo#12115
This should stable from
nightly-2023-09-10
onwards. We should be able to start experimenting with this by adding the relevant nightly toolchain here:rust-libp2p/.github/workflows/ci.yml
Lines 202 to 205 in 240019f
custom-clippy
over toCargo.toml
.Contributions welcome!
The text was updated successfully, but these errors were encountered: