mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-19 20:13:47 +00:00
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:
commit
4d81e38512
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user