From 7d9f6276fe6d382587a2d6e1cb80c20970cbadae Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 26 Sep 2024 10:03:48 +0200 Subject: [PATCH] Ignore another false positive --- examples/images/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/images/Cargo.toml b/examples/images/Cargo.toml index 57d552e3be4..fd6ed440b39 100644 --- a/examples/images/Cargo.toml +++ b/examples/images/Cargo.toml @@ -11,6 +11,10 @@ publish = false workspace = true +[package.metadata.cargo-machete] +ignored = ["image"] # We only use the dependency to add more features to it + + [dependencies] eframe = { workspace = true, features = [ "default",