Skip to content

Commit

Permalink
Rollup merge of rust-lang#119475 - saethlin:remove-libtest-dylib, r=c…
Browse files Browse the repository at this point in the history
…uviper

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.
  • Loading branch information
matthiaskrgr authored Jan 4, 2024
2 parents 52bcc68 + c0fa85e commit 6129278
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 6129278

Please sign in to comment.