Skip to content

Commit

Permalink
Use GenerationalId in tree_iter test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdecay authored and geom3trik committed Jun 26, 2022
1 parent b79df0f commit 5628576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/tree/tree_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl<'a> DoubleEndedIterator for TreeIterator<'a> {
#[cfg(test)]
mod test {
use super::*;
use crate::id::GenerationalId;
use crate::tree::TreeError;

#[test]
Expand Down

0 comments on commit 5628576

Please sign in to comment.