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.
This commit is contained in:
Matthias Krüger 2024-01-04 15:34:00 +01:00 committed by GitHub
commit 99a8c339f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,6 @@ name = "test"
version = "0.0.0"
edition = "2021"
[lib]
crate-type = ["dylib", "rlib"]
[dependencies]
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
std = { path = "../std" }