Skip to content

Commit

Permalink
auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack
Browse files Browse the repository at this point in the history
Small change that suppresses a warning because of an unused import.
  • Loading branch information
bors committed Sep 28, 2013
2 parents c151d37 + d7e8f4c commit 4d81e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/rt/sched.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d81e38

Please sign in to comment.