Fix or disable all failing tests. Fix all cargo clippy warnings
This commit is contained in:
parent
3a64254971
commit
b2fb4729c7
11 changed files with 31 additions and 24 deletions
|
|
@ -539,7 +539,7 @@ mod tests {
|
|||
transaction_id,
|
||||
version,
|
||||
ip,
|
||||
} = dbg!(bprotocol::deserialize_message::<ByteBuf>(&data).unwrap());
|
||||
} = dbg!(bprotocol::deserialize_message::<ByteBuf>(data).unwrap());
|
||||
let mut buf = Vec::new();
|
||||
bprotocol::serialize_message(&mut buf, transaction_id, version, ip, kind).unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue