Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Feb 21, 2024
1 parent 17f563f commit 5ccf1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/catalyst-toolbox/snapshot-lib/src/registration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ pub mod serde_impl {
let addr_net = addr_prefix & 0xf;

let addr_type = match addr_type {
#[allow(clippy::manual_range_patterns)]
// Shelley
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 => AddrType::Shelley,
// Stake
Expand Down
6 changes: 3 additions & 3 deletions src/vit-testing/iapyx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ mod exports {
Controller, ControllerBuilder, ControllerBuilderError, ControllerError,
};
pub use crate::load::{
ArtificialUserLoad, ArtificialUserLoadError, MultiController, MultiControllerError,
NodeLoad, NodeLoadError, ServicingStationLoad, ServicingStationLoadError,
VoteStatusProvider, WalletRequestGen,
config::NodeLoadConfig, ArtificialUserLoad, ArtificialUserLoadError, MultiController,
MultiControllerError, NodeLoad, NodeLoadError, ServicingStationLoad,
ServicingStationLoadError, VoteStatusProvider, WalletRequestGen,
};

pub use crate::utils::{expiry, qr};
Expand Down

0 comments on commit 5ccf1c6

Please sign in to comment.