mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
chore: cargo fix
This commit is contained in:
parent
31b0fa3354
commit
3b271b5ede
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ fn test(interactions: &[Interaction]) {
|
|||
};
|
||||
interaction.apply(&mut tree, &mut rng, &mut func);
|
||||
_dbg!(&tree);
|
||||
range_map.tree.with_tree(|range_tree| {
|
||||
range_map.tree.with_tree(|_range_tree| {
|
||||
_println!("range_tree: {:#?}", range_tree);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue