Skip to content

Commit

Permalink
Remove unused Clone bound
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Feb 28, 2021
1 parent c272f2e commit 2357818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub use stats::Stats;
pub use status::{RequestStatusProvider, Status, StatusUpdaterThread};

pub fn start_sync(
request_generator: impl RequestGenerator + Clone + Send + Sized + 'static,
request_generator: impl RequestGenerator + Send + Sized + 'static,
config: Configuration,
title: &str,
) -> Stats {
Expand Down

0 comments on commit 2357818

Please sign in to comment.