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