Fix unnecessary lifetime bound
This fixes nightly build
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.rs text eol=lf
|
||||
*.lock text eol=lf
|
||||
*.txt text eol=lf
|
||||
*.toml text eol=lf
|
||||
*.toml text eol=lf
|
||||
|
||||
@@ -208,7 +208,7 @@ impl<T: Iterator<Item = Task>> Iterator for JoinIterator<T> {
|
||||
}
|
||||
}
|
||||
|
||||
struct SubmitIterator<'a, 'b: 'a> {
|
||||
struct SubmitIterator<'a, 'b> {
|
||||
executor: &'a mut Threaded<'b>,
|
||||
item: Cell<Task>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user