mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Suppress warning by removing unused import
This commit is contained in:
@@ -1280,7 +1280,6 @@ fn drop(&mut self) {
|
||||
// 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 {
|
||||
|
||||
Reference in New Issue
Block a user