]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 31 Jul 2019 07:29:59 +0000 (07:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 31 Jul 2019 07:29:59 +0000 (07:29 +0000)
commit9152fe4ea053a29469691349f4b63aa94c9aac56
tree6bca8a24becbedf5106918b8b50ee88dc2785217
parent4a18848e05b0957474fdb5be162502742b5eb9fd
parent9f6e1ce5df2592bbbcd869f62c1f0cfd9460290e
Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum

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!