about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2023-12-31 11:18:25 -0500
committerBen Kimock <kimockb@gmail.com>2023-12-31 11:18:25 -0500
commitc0fa85e9e1131cb6a70e908a9bcceac153275b39 (patch)
tree7b48ef42ae1398bb65c119bbf12de9b35885844e
parent3cdd004e55c869faa2b7b25efd3becf50346e7d6 (diff)
downloadrust-c0fa85e9e1131cb6a70e908a9bcceac153275b39.tar.gz
rust-c0fa85e9e1131cb6a70e908a9bcceac153275b39.zip
Remove libtest's dylib
-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" }