Skip to content

Commit

Permalink
Fix clippy error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Mar 15, 2024
1 parent 02ef8fb commit 409e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioipc/src/sys/unix/cmsg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use crate::sys::HANDLE_QUEUE_LIMIT;
use bytes::{BufMut, BytesMut};
use libc::{self, cmsghdr};
use libc::cmsghdr;
use std::convert::TryInto;
use std::os::unix::io::RawFd;
use std::{mem, slice};
Expand Down

0 comments on commit 409e11f

Please sign in to comment.