Skip to content

Commit

Permalink
clippy update
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Nov 16, 2024
1 parent 4880720 commit a0db32e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/tests/calpoker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ use crate::channel_handler::types::ReadableMove;
use crate::common::constants::CREATE_COIN;
#[cfg(feature = "sim-tests")]
use crate::common::standard_coin::ChiaIdentity;
use crate::common::types::{AllocEncoder, Error, GameID, Hash, Sha256Input};
use crate::common::types::{AllocEncoder, Sha256Input};
#[cfg(feature = "sim-tests")]
use crate::common::types::{Error, GameID, Hash};
#[cfg(feature = "sim-tests")]
use crate::common::types::{Amount, PrivateKey};
#[cfg(feature = "sim-tests")]
Expand All @@ -28,7 +30,9 @@ use crate::games::calpoker::make_cards;
use crate::games::calpoker::CalpokerResult;
#[cfg(feature = "sim-tests")]
use crate::games::calpoker::{CalpokerHandValue, RawCalpokerHandValue};
use crate::tests::game::{GameAction, GameActionResult};
use crate::tests::game::GameAction;
#[cfg(feature = "sim-tests")]
use crate::tests::game::GameActionResult;

#[cfg(feature = "sim-tests")]
use crate::tests::simenv::SimulatorEnvironment;
Expand Down

0 comments on commit a0db32e

Please sign in to comment.