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 0ef0e10 commit fd50f59Copy full SHA for fd50f59
src/sources/generic.rs
@@ -105,7 +105,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
105
interest,
106
mode,
107
token: None,
108
- _error_type: PhantomData::default(),
+ _error_type: PhantomData,
109
}
110
111
@@ -116,7 +116,7 @@ impl<F: AsFd> Generic<F, std::io::Error> {
116
117
118
119
120
121
122
0 commit comments