Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Aug 26, 2023
1 parent 60af080 commit 02e5c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sources/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
interest,
mode,
token: None,
_error_type: PhantomData::default(),
_error_type: PhantomData,
}
}

Expand All @@ -116,7 +116,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
interest,
mode,
token: None,
_error_type: PhantomData::default(),
_error_type: PhantomData,
}
}
}
Expand Down

0 comments on commit 02e5c20

Please sign in to comment.