Skip to content

Commit

Permalink
Rollup merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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 committed Jul 21, 2019
2 parents a343f7d + c1b4d62 commit b7d136f
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 b7d136f

Please sign in to comment.