Skip to content

Commit 10415fa

Browse files
committed
try pass ci
1 parent b03e7ff commit 10415fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • core/src/syscall/windows

core/src/syscall/windows/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ macro_rules! impl_nio_read_iovec {
489489
}
490490

491491
impl<I: $trait_name> $trait_name for $struct_name<I> {
492+
#[allow(clippy::too_many_lines)]
492493
extern "system" fn $syscall(
493494
&self,
494495
fn_ptr: Option<
@@ -728,6 +729,7 @@ macro_rules! impl_nio_write_iovec {
728729
}
729730

730731
impl<I: $trait_name> $trait_name for $struct_name<I> {
732+
#[allow(clippy::too_many_lines)]
731733
extern "system" fn $syscall(
732734
&self,
733735
fn_ptr: Option<

0 commit comments

Comments
 (0)