grep for todo! and dbg! in check_commands and in CI #12
@@ -102,7 +102,7 @@ impl Iterator for Ebuilds {
|
|||||||
Ok(ebuild) => break Some(Ok(ebuild)),
|
Ok(ebuild) => break Some(Ok(ebuild)),
|
||||||
Err(e) => break Some(Err(e)),
|
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