We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I build my project foo it gives warnings from a third-party crate's test directory
foo
[dependencies] cargo-make = { git = "https://github.com/offscale/cargo-make", branch = "publicise" }
$ cargo build warning: skipping duplicate package `member1` found at `.cargo/git/checkouts/cargo-make-1147f9fdbe23da7e/6cf5942/src/lib/test/workspace-inherit/member1` warning: skipping duplicate package `member1` found at `.cargo/git/checkouts/cargo-make-1147f9fdbe23da7e/6cf5942/src/lib/test/workspace1/member1` Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
No response
Official Rust discord told me that the warning shouldn't be exposed to me
cargo 1.81.0-nightly (154fdac39 2024-07-07) release: 1.81.0-nightly commit-hash: 154fdac39ae9629954e19e9986fd2cf2cdd8d964 commit-date: 2024-07-07 host: x86_64-unknown-linux-gnu libgit2: 1.8.1 (sys:0.19.0 vendored) libcurl: 8.8.0-DEV (sys:0.4.73+curl-8.8.0 vendored ssl:OpenSSL/1.1.1w) ssl: OpenSSL 1.1.1w 11 Sep 2023 os: Ubuntu 24.4.0 (noble) [64-bit]
The text was updated successfully, but these errors were encountered:
This appears to be a duplicate of #10752 and closing in favor of that. If there is a reason we should keep this open, let us know!
Sorry, something went wrong.
No branches or pull requests
Problem
When I build my project
foo
it gives warnings from a third-party crate's test directorySteps
Possible Solution(s)
No response
Notes
Official Rust discord told me that the warning shouldn't be exposed to me
Version
The text was updated successfully, but these errors were encountered: