Skip to content

Commit

Permalink
chore(tooling): Rename clippy lint to follow upstream tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 12, 2023
1 parent bec64f4 commit 8c8f44c
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 @@ -16,6 +16,6 @@ rustflags = [
# This is a workaround to configure lints for the entire workspace, pending the ability to configure this via TOML.
# See: `https://github.com/rust-lang/cargo/issues/5034`
# `https://github.com/EmbarkStudios/rust-ecosystem/issues/22#issuecomment-947011395`
"-Aclippy::clone_double_ref",
"-Asuspicious_double_ref_op",
"-Aclippy::ptr_arg",
]

0 comments on commit 8c8f44c

Please sign in to comment.