Skip to content

Commit

Permalink
last debug on updateplan
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkolasg committed Oct 2, 2024
1 parent 807f234 commit 4d0e96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ryhope/src/storage/updatetree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ impl<K: Clone + Hash + Eq + Debug> WorkplanItem<K> {
/// process, but their children have not been processed yet. In this case, the
/// `[done(k)]` method shall be invoked to mark processed, which will allow
/// `next()` to return their parents on its next invokation.
#[derive(Clone, Serialize, Deserialize)]
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct UpdatePlan<T: Debug + Clone + Hash + Eq> {
pub t: UpdateTree<T>,
batch_size: usize,
Expand Down

0 comments on commit 4d0e96f

Please sign in to comment.