Skip to content

Commit

Permalink
Auto merge of rust-lang#119475 - saethlin:remove-libtest-dylib, r=<try>
Browse files Browse the repository at this point in the history
Remove libtest's dylib

libtest.so is only used by rustdoc, so  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.
  • Loading branch information
bors committed Dec 31, 2023
2 parents 1c20462 + c0fa85e commit c657332
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c657332

Please sign in to comment.