Skip to content

Commit 4d81e38

Browse files
committed
auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack
Small change that suppresses a warning because of an unused import.
2 parents c151d37 + d7e8f4c commit 4d81e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/rt/sched.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ mod test {
12801280
// FIXME: #9407: xfail-test
12811281
fn dont_starve_1() {
12821282
use rt::comm::oneshot;
1283-
use unstable::running_on_valgrind;
12841283

12851284
do stress_factor().times {
12861285
do run_in_mt_newsched_task {

0 commit comments

Comments
 (0)