]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 8 Jan 2020 23:22:08 +0000 (00:22 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2020 23:22:08 +0000 (00:22 +0100)
commit11f0013378f8a7ec7a2ca3e09afd78e1397273e7
tree24730407abfa47806cde3cce7184e96bd699937c
parent1a0b2a5aaad290df933ab49f0932baa6a4028d08
parent3458aba0f98435905f642c3ab4b8760c890bfe66
Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk

Fix incremental builds of core by allowing unused attribute.

I *think* that the same problem as in https://github.com/rust-lang/rust/issues/65023 was introduced by https://github.com/rust-lang/rust/pull/67657. This works around the current incrcomp issue with these attributes by allowing it here. This resolves the near-term issue for me, at least.
src/libcore/num/mod.rs