auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack

Small change that suppresses a warning because of an unused import.
This commit is contained in:
bors 2013-09-27 23:51:03 -07:00
commit 4d81e38512
1 changed files with 0 additions and 1 deletions

View File

@ -1280,7 +1280,6 @@ mod test {
// FIXME: #9407: xfail-test
fn dont_starve_1() {
use rt::comm::oneshot;
use unstable::running_on_valgrind;
do stress_factor().times {
do run_in_mt_newsched_task {