We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10d107 commit aee0307Copy full SHA for aee0307
crates/node/src/config.rs
@@ -2,13 +2,9 @@ use serde::{Deserialize, Serialize};
2
3
/// Configuration for the Rollkit payload builder
4
#[derive(Debug, Clone, Serialize, Deserialize)]
5
+#[derive(Default)]
6
pub struct RollkitPayloadBuilderConfig {}
7
-impl Default for RollkitPayloadBuilderConfig {
8
- fn default() -> Self {
9
- Self {}
10
- }
11
-}
12
13
impl RollkitPayloadBuilderConfig {
14
/// Creates a new instance of `RollkitPayloadBuilderConfig`
0 commit comments