Merge branch 'main' into release-v1.14.0-tmp

This commit is contained in:
Tamo
2025-04-14 12:35:47 +02:00
committed by GitHub
113 changed files with 1268 additions and 852 deletions

View File

@ -696,7 +696,7 @@ impl IndexScheduler {
written: usize,
}
impl<'a, 'b> Read for TaskReader<'a, 'b> {
impl Read for TaskReader<'_, '_> {
fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result<usize> {
if self.buffer.is_empty() {
match self.tasks.next() {