Skip to content

Commit aee0307

Browse files
committed
clippy
1 parent e10d107 commit aee0307

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/node/src/config.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ use serde::{Deserialize, Serialize};
22

33
/// Configuration for the Rollkit payload builder
44
#[derive(Debug, Clone, Serialize, Deserialize)]
5+
#[derive(Default)]
56
pub struct RollkitPayloadBuilderConfig {}
67

7-
impl Default for RollkitPayloadBuilderConfig {
8-
fn default() -> Self {
9-
Self {}
10-
}
11-
}
128

139
impl RollkitPayloadBuilderConfig {
1410
/// Creates a new instance of `RollkitPayloadBuilderConfig`

0 commit comments

Comments
 (0)