Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Aug 25, 2023
1 parent 2dd4f3e commit e0372d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayland-backend/src/rs/wire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ mod tests {
#[test]
fn into_from_raw_cycle() {
let mut bytes_buffer = vec![0; 1024];
let mut fd_buffer = vec![0; 10];
let mut fd_buffer = [0; 10];

let msg = Message {
sender_id: 42,
Expand Down

0 comments on commit e0372d0

Please sign in to comment.