Skip to content

Commit

Permalink
Rollup merge of #119475 - saethlin:remove-libtest-dylib, r=cuviper
Browse files Browse the repository at this point in the history
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 committed Jan 4, 2024
2 parents 12c102e + c0fa85e commit 99a8c33
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 99a8c33

Please sign in to comment.