aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-11-19 21:31:50 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-11-19 21:31:50 -0800
commit604f47674b2775bb980ba9aeddca2d9d0e6c771e (patch)
tree3841871e6de3f0d6e9f295bfe170b35282b41b4f
parent712ec9d04146995e3db79fa3b03b00a8eb76c0d1 (diff)
downloadgeniza-604f47674b2775bb980ba9aeddca2d9d0e6c771e.tar.gz
geniza-604f47674b2775bb980ba9aeddca2d9d0e6c771e.zip
descalate todo
-rw-r--r--src/drive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drive.rs b/src/drive.rs
index 10bcbda..b064a25 100644
--- a/src/drive.rs
+++ b/src/drive.rs
@@ -785,7 +785,7 @@ impl<'a> Iterator for DriveHistory<'a> {
type Item = Result<DriveEntry>;
fn next(&mut self) -> Option<Result<DriveEntry>> {
// pubkey increment-by-one logic here
- // XXX: unwrap. on error, return Some(err), then None?
+ // TODO: unwrap. on error, return Some(err), then None?
if self.current > self.drive.entry_count().unwrap() {
return None;
}