We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d6d34 commit 077234dCopy full SHA for 077234d
src/sys/fanotify.rs
@@ -583,6 +583,7 @@ impl Fanotify {
583
/// In particular, `EAGAIN` is returned when no event is available on a
584
/// group that has been initialized with the flag `InitFlags::FAN_NONBLOCK`,
585
/// thus making this method nonblocking.
586
+ #[allow(clippy::cast_ptr_alignment)] // False positive
587
pub fn read_events_with_info_records(
588
&self,
589
) -> Result<Vec<(FanotifyEvent, Vec<FanotifyInfoRecord>)>> {
0 commit comments