Skip to content

Commit

Permalink
Fix feature = "cargo-clippy" deprecation (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Mar 11, 2024
1 parent dab96c3 commit 2ac9857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ moonbeam-rococo = " build --release -p moonbeam --no-default-features --features
#
# If you want standard clippy run:
# RUSTFLAGS= cargo clippy
[target.'cfg(feature = "cargo-clippy")']
[target.'cfg(clippy)']
rustflags = [
"-Aclippy::all",
"-Dclippy::correctness",
Expand Down

0 comments on commit 2ac9857

Please sign in to comment.