Skip to content

Commit

Permalink
Rollup merge of rust-lang#62813 - alexcrichton:less-dylib, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

rustc: Compile the `fmt_macros` crate as an rlib

I think this was left out by accident from the "convert everything to
rlibs" commit, there's no need for this to be a dylib just as everything
else doesn't need to be a dylib!
  • Loading branch information
Centril authored Jul 27, 2019
2 parents 9d95302 + c1b4d62 commit b3846d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libfmt_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2018"
[lib]
name = "fmt_macros"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
syntax_pos = { path = "../libsyntax_pos" }
Expand Down

0 comments on commit b3846d2

Please sign in to comment.