about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-04 15:34:00 +0100
committerGitHub <noreply@github.com>2024-01-04 15:34:00 +0100
commit99a8c339f05648da1a73d24c45754c1b4da747a2 (patch)
tree8e2e1f4a0d8c906c5d13f23cfb93a696985173a9
parent12c102ec5366a0df3c05b2b829d1ca08f46435b6 (diff)
parentc0fa85e9e1131cb6a70e908a9bcceac153275b39 (diff)
downloadrust-99a8c339f05648da1a73d24c45754c1b4da747a2.tar.gz
rust-99a8c339f05648da1a73d24c45754c1b4da747a2.zip
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.
-rw-r--r--library/test/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml
index 91a1abde059..92c535501bf 100644
--- a/library/test/Cargo.toml
+++ b/library/test/Cargo.toml
@@ -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" }