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 b03e7ff commit 10415faCopy full SHA for 10415fa
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