Skip to content

Commit 7b6e213

Browse files
committed
Fix attribute.
1 parent 4297c87 commit 7b6e213

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
@@ -194,7 +194,7 @@ impl Committable for BlockInfo {
194194
}
195195

196196
#[derive(Debug, Serialize, Deserialize)]
197-
#[serde(bound(deserialize = "S: Deserialize<'de>, S: Deserialize<'de>"))]
197+
#[serde(bound(deserialize = "S: Deserialize<'de>"))]
198198
pub struct CertifiedBlock<S> {
199199
data: Block,
200200
cert: Certificate<BlockInfo>,

0 commit comments

Comments
 (0)