remove assert!(false)
Some checks failed
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo doc (1.72) Build done.

This commit is contained in:
AF 2023-08-31 20:55:22 +00:00
parent 8cef940aae
commit 5b3eda0ac8

View File

@ -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);
} }