Skip to content

Commit c1b4d62

Browse files
committed
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!
1 parent f9477a7 commit c1b4d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libfmt_macros/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2018"
77
[lib]
88
name = "fmt_macros"
99
path = "lib.rs"
10-
crate-type = ["dylib"]
1110

1211
[dependencies]
1312
syntax_pos = { path = "../libsyntax_pos" }

0 commit comments

Comments
 (0)