fill in todo! in match arm
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 20s
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 20s
This commit is contained in:
@@ -102,7 +102,7 @@ impl Iterator for Ebuilds {
|
||||
Ok(ebuild) => break Some(Ok(ebuild)),
|
||||
Err(e) => break Some(Err(e)),
|
||||
},
|
||||
_ => todo!(),
|
||||
Err(e) => break Some(Err(Error::ReadDir(self.0.clone(), e))),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user