]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #20618 : alexcrichton/rust/less-warn, r=brson
authorbors <bors@rust-lang.org>
Tue, 6 Jan 2015 16:42:43 +0000 (16:42 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Jan 2015 16:42:43 +0000 (16:42 +0000)
This warning has been around in the compiler for quite some time now, but the
real place for a warning like this, if it should exist, is in Cargo, not in the
compiler itself. It's a first-class feature of Cargo that multiple versions of a
crate can be compiled into the same executable, and we shouldn't be warning
about our first-class features.


Trivial merge