We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2b86d commit c3774deCopy full SHA for c3774de
.gitattributes
@@ -1,4 +1,4 @@
1
*.rs text eol=lf
2
*.lock text eol=lf
3
*.txt text eol=lf
4
-*.toml text eol=lf
+*.toml text eol=lf
src/diskio/threaded.rs
@@ -208,7 +208,7 @@ impl<T: Iterator<Item = Task>> Iterator for JoinIterator<T> {
208
}
209
210
211
-struct SubmitIterator<'a, 'b: 'a> {
+struct SubmitIterator<'a, 'b> {
212
executor: &'a mut Threaded<'b>,
213
item: Cell<Task>,
214
0 commit comments