remove assert!(false)
This commit is contained in:
parent
8cef940aae
commit
5b3eda0ac8
@ -20,5 +20,4 @@ fn main() {
|
|||||||
tree = trees.clone().remove(tree, i);
|
tree = trees.clone().remove(tree, i);
|
||||||
println!("{}", tree.as_ref());
|
println!("{}", tree.as_ref());
|
||||||
}
|
}
|
||||||
assert!(false);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user