Skip to content

Commit

Permalink
Unrolled build for rust-lang#119475
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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.
  • Loading branch information
rust-timer committed Jan 4, 2024
2 parents 090d5ea + c0fa85e commit f5b0d1d
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 f5b0d1d

Please sign in to comment.