Skip to content

Commit 9529a50

Browse files
committed
chore: Add comment to cargo-udeps ignore items
1 parent 2a3ba10 commit 9529a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/stackable-versioned-macros/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ license.workspace = true
66
edition.workspace = true
77
repository.workspace = true
88

9+
# cargo-udeps throws an error that these dependencies are unused. They are,
10+
# however, used in K8s specific test cases. This is a false-positive and a known
11+
# limitation of cargo-udeps. These entries can be removed once cargo-udeps
12+
# supports detecting usage of such dependencies.
913
[package.metadata.cargo-udeps.ignore]
1014
development = ["schemars", "serde_yaml"]
1115

0 commit comments

Comments
 (0)