Skip to content

Commit

Permalink
Remove clippy nit
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Mar 7, 2024
1 parent 0506c7b commit 0b6dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/autonat/src/v2/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ mod tests {
fn message_correct_max_size() {
let message_bytes = quick_protobuf::serialize_into_vec(&Message {
msg: OneOfmsg::dialDataResponse(GenDialDataResponse {
data: Some(vec![0; 4096].into()),
data: Some(vec![0; 4096]),
}),
})
.unwrap();
Expand Down

0 comments on commit 0b6dbb1

Please sign in to comment.