Clippy happy

This commit is contained in:
Daniel Sanchez Quiros 2022-10-12 11:36:43 -05:00
parent ffe30171e2
commit 7d66939668

View File

@ -192,6 +192,6 @@ mod tests {
],
"connected": true
}"#;
let data: WakuPeerData = serde_json::from_str(json_str).unwrap();
let _: WakuPeerData = serde_json::from_str(json_str).unwrap();
}
}