Skip to content

fix: remove unused dependencies - #5494

Open
xtqqczze wants to merge 1 commit into
rust-lang:mainfrom
xtqqczze:lint/unused_dependencies
Open

fix: remove unused dependencies#5494
xtqqczze wants to merge 1 commit into
rust-lang:mainfrom
xtqqczze:lint/unused_dependencies

Conversation

@xtqqczze

@xtqqczze xtqqczze commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Contributes to #5496.

warning: unused dependency `libc`
  --> ctest-test/Cargo.toml:16:1
   |
16 | libc = { path = ".." }
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `cargo::unused_dependencies` is set to `warn` by default

@rustbot rustbot added ctest Issues relating to the ctest crate stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Sep 6, 2026
```console
warning: unused dependency `libc`
  --> ctest-test/Cargo.toml:16:1
   |
16 | libc = { path = ".." }
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `cargo::unused_dependencies` is set to `warn` by default
```
@xtqqczze
xtqqczze force-pushed the lint/unused_dependencies branch from 1511c84 to 9f91efb Compare September 6, 2026 12:12
@xtqqczze
xtqqczze marked this pull request as ready for review September 6, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ctest Issues relating to the ctest crate S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants