We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b03e7ff + 10415fa commit 318ced1Copy full SHA for 318ced1
1 file changed
core/src/syscall/windows/mod.rs
@@ -489,6 +489,7 @@ macro_rules! impl_nio_read_iovec {
489
}
490
491
impl<I: $trait_name> $trait_name for $struct_name<I> {
492
+ #[allow(clippy::too_many_lines)]
493
extern "system" fn $syscall(
494
&self,
495
fn_ptr: Option<
@@ -728,6 +729,7 @@ macro_rules! impl_nio_write_iovec {
728
729
730
731
732
733
734
735
0 commit comments