Skip to content

Commit

Permalink
Add allowed-duplicate-crates for clippy
Browse files Browse the repository at this point in the history
The newer version of rust clippy fails with "multiple_crate_versions"
error even when src has
"#![allow(clippy::multiple_crate_versions)]"

This is solved by explicity adding the clippy.toml.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed May 1, 2024
1 parent 5dc151a commit 35d48a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allowed-duplicate-crates = ["base64", "syn"]

0 comments on commit 35d48a3

Please sign in to comment.