Skip to content

Commit f5b0d1d

Browse files
authored
Unrolled build for rust-lang#119475
Rollup merge of rust-lang#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 090d5ea + c0fa85e commit f5b0d1d

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)