Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 21, 2021
1 parent 535e40a commit f685194
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions iapyx/src/load/scenario/artificial_users.rs
Expand Up @@ -41,7 +41,6 @@ impl ArtificialUserLoad {
let challenges = ServicingStationRequestGen::new_challenges(vit_client.clone());
let proposal =
ServicingStationRequestGen::new_proposal(vit_client.clone(), vit_client.proposals()?);
let proposals = ServicingStationRequestGen::new_proposals(vit_client);

let request_generators = vec![
(
Expand All @@ -64,11 +63,6 @@ impl ArtificialUserLoad {
self.config.challenges.clone(),
"challenges request".to_string(),
),
/* (
ArtificialUserRequestGen::new_static(proposals, RequestType::Proposals),
self.config.proposals.clone(),
"proposals request".to_string(),
),*/
(
ArtificialUserRequestGen::new_settings(settings),
self.config.settings.clone(),
Expand Down

0 comments on commit f685194

Please sign in to comment.