Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Feb 21, 2024
1 parent c327beb commit fe8388f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/vit-testing/iapyx/src/load/scenario/artificial_users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ impl ArtificialUserLoad {
/// Generator errors
#[derive(Error, Debug)]
pub enum Error {
/// Loading configuration
#[error("configuration error")]
LoadConfig(#[from] crate::load::config::NodeLoadConfigError),
/// Building configuration
#[error("configuration error")]
ServicingConfig(#[from] crate::load::config::ServicingStationConfigError),
Expand Down
3 changes: 0 additions & 3 deletions src/vit-testing/iapyx/src/load/scenario/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ impl NodeLoad {
/// Errors for node load
#[derive(Error, Debug)]
pub enum Error {
/// Configuration error
#[error("config error")]
ConfigError(#[from] crate::load::config::NodeLoadConfigError),
/// Controller errors
#[error("internal error")]
MultiControllerError(#[from] MultiControllerError),
Expand Down

0 comments on commit fe8388f

Please sign in to comment.