chore: remove unused dependencies (#11432)

* fix: compiler warnings

* chore: remove unused dependencies
This commit is contained in:
Niklas Adolfsson
2020-02-03 23:26:43 +01:00
committed by GitHub
parent ccaa514eec
commit 1b96f98296
7 changed files with 4 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ impl Fetcher {
}
// state transition not triggered until drain is finished.
(SyncRound::Fetch(self))
SyncRound::Fetch(self)
}
}
}