Skip to content

Commit 985f26f

Browse files
xtqqczzetgross35
authored andcommitted
cleanup: remove unused dependencies
```console warning: unused dependency `libc` --> ctest-test/Cargo.toml:16:1 | 16 | libc = { path = ".." } | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `cargo::unused_dependencies` is set to `warn` by default ``` [ edited commit tag - Trevor ]
1 parent 309db03 commit 985f26f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ctest-test/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ cc = "1.4.2"
1212
[dev-dependencies]
1313
ctest = { path = "../ctest" }
1414

15-
[dependencies]
16-
libc = { path = ".." }
17-
1815
[[bin]]
1916
name = "t1"
2017
test = false

0 commit comments

Comments
 (0)