From 6853592ce4c08e4634440b81e43d816cf82a0bd4 Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 20 Feb 2026 13:15:32 +0000 Subject: [PATCH] add precedence clippy lint --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1dd569fa0a..edc2e0c8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,9 @@ features = ["read_core", "elf"] version = "0.1.16" default-features = false +[lints.clippy] +precedence = "deny" + [target.'cfg(any(target_arch = "aarch64", target_arch = "riscv64"))'.dependencies] fdt = { git = "https://github.com/repnop/fdt.git", rev = "2fb1409edd1877c714a0aa36b6a7c5351004be54" }