Skip to content

Commit 4d83b6c

Browse files
Update crates/stackable-versioned-macros/Cargo.toml
Co-authored-by: Nick <[email protected]>
1 parent 9529a50 commit 4d83b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/stackable-versioned-macros/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition.workspace = true
77
repository.workspace = true
88

99
# 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.
10+
# however, used in K8s specific test cases. This is a false-positive and an
11+
# apparent limitation of cargo-udeps. These entries can be removed once
12+
# cargo-udeps supports detecting usage of such dependencies.
1313
[package.metadata.cargo-udeps.ignore]
1414
development = ["schemars", "serde_yaml"]
1515

0 commit comments

Comments
 (0)