Skip to content

Commit 318ced1

Browse files
authored
try pass ci (#428)
2 parents b03e7ff + 10415fa commit 318ced1

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)