Skip to content

Commit fd50f59

Browse files
committed
clippy fixes
1 parent 0ef0e10 commit fd50f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sources/generic.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
105105
interest,
106106
mode,
107107
token: None,
108-
_error_type: PhantomData::default(),
108+
_error_type: PhantomData,
109109
}
110110
}
111111

@@ -116,7 +116,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
116116
interest,
117117
mode,
118118
token: None,
119-
_error_type: PhantomData::default(),
119+
_error_type: PhantomData,
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)