Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/threefoldtech/rmb-rs into m…
Browse files Browse the repository at this point in the history
…ain-feat-redundancy
  • Loading branch information
sameh-farouk committed Sep 7, 2023
2 parents 6746c31 + bb00f59 commit f0a91ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/peer/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ impl Iterator for EnvIter {
env
})
}

fn size_hint(&self) -> (usize, Option<usize>) {
self.destinations.size_hint()
}
}

#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct JsonError {
pub code: u32,
Expand Down

0 comments on commit f0a91ec

Please sign in to comment.