Skip to content

Commit 1f6818c

Browse files
committed
implement default to shut up clippy
1 parent 2a5a175 commit 1f6818c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rust/src/fvm/engine.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ impl MultiEngineContainer {
7171
}
7272
}
7373

74+
impl Default for MultiEngineContainer {
75+
fn default() -> MultiEngineContainer {
76+
MultiEngineContainer::new()
77+
}
78+
}
79+
7480
// fvm v3 implementation
7581
mod v3 {
7682
use cid::Cid;

0 commit comments

Comments
 (0)