mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-05 06:33:13 +00:00
Clippy happy
This commit is contained in:
parent
38224a75d4
commit
7019fa2f2f
@ -21,6 +21,7 @@ pub struct MixnodeState {
|
||||
pub enum MixnodeRecord {
|
||||
Runtime(Runtime),
|
||||
Settings(Box<SimulationSettings>),
|
||||
#[allow(clippy::vec_box)] // we downcast stuff and we need the extra boxing
|
||||
Data(Vec<Box<MixnodeState>>),
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user