Skip to content

Commit

Permalink
rustc: Compile the fmt_macros crate as an rlib
Browse files Browse the repository at this point in the history
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
alexcrichton committed Jul 19, 2019
1 parent f9477a7 commit c1b4d62
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 c1b4d62

Please sign in to comment.