diff --git a/.cargo/config.toml b/.cargo/config.toml index a4dc4b423..d7db3025d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,7 @@ [target.x86_64-unknown-redox] linker = "x86_64-unknown-redox-gcc" -[target.'cfg(feature = "cargo-clippy")'] +[target.'cfg(clippy)'] rustflags = [ "-Wclippy::use_self", "-Wclippy::needless_pass_by_value",