]> git.lizzy.rs Git - rust.git/commit
auto merge of #20828 : alexcrichton/rust/issue-20823, r=brson
authorbors <bors@rust-lang.org>
Sat, 10 Jan 2015 00:55:12 +0000 (00:55 +0000)
committerbors <bors@rust-lang.org>
Sat, 10 Jan 2015 00:55:12 +0000 (00:55 +0000)
commit14f9d1f256e643e65f42737c7d3174bcc7a75abb
tree0e15bb7e97de43a8dd01d80661d4449731a15651
parentc133b2110b79d7a735032e4af431ee3a1143f3ce
parent9cc847d8c3cb156a2765a6be962209acd472b8aa
auto merge of #20828 : alexcrichton/rust/issue-20823, r=brson

This will temporarily prevent warnings generated from expanding to code that the
test harness itself uses. This solution will require tweaking around the beta
cycle, but it will prevent spurious warnings for now.

Closes #20823