Skip to content

Commit 821c5a8

Browse files
committed
Remove unnecessary Clone from CertifiedBlock<_>.
1 parent cf95a4f commit 821c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost-types/src/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl Committable for BlockInfo {
207207
}
208208
}
209209

210-
#[derive(Debug, Clone, Encode, Decode)]
210+
#[derive(Debug, Encode, Decode)]
211211
#[cbor(map)]
212212
pub struct CertifiedBlock<S> {
213213
#[cbor(n(0))]

0 commit comments

Comments
 (0)