diff --git a/crates/tests/component_client/Cargo.toml b/crates/tests/component_client/Cargo.toml index 0e77065668..4ff0bd57a5 100644 --- a/crates/tests/component_client/Cargo.toml +++ b/crates/tests/component_client/Cargo.toml @@ -16,6 +16,6 @@ features = [ ] # TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but -# I'm not sure how to do that without this spurious warning. +# Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825 [build-dependencies.test_component] path = "../component"