Skip to content

Commit 99a8c33

Browse files
authored
Rollup merge of #119475 - saethlin:remove-libtest-dylib, r=cuviper
Remove libtest's dylib libtest.so is only used by rustdoc, and tests seem to pass locally with this change. I suppose if this is broken, the only way to find out is to make a PR.
2 parents 12c102e + c0fa85e commit 99a8c33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/test/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name = "test"
33
version = "0.0.0"
44
edition = "2021"
55

6-
[lib]
7-
crate-type = ["dylib", "rlib"]
8-
96
[dependencies]
107
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
118
std = { path = "../std" }

0 commit comments

Comments
 (0)