https://github.com/BonsaiDen/cursive_tree_view/blob/e37b9b3668ec6ce658b153769d585193ae99f83c/src/lib.rs#L401 When container is fully emptied by calling `remove_item(row)` subtraction overflow happens. This happens only in debug mode due to additional Rust checks!
cursive_tree_view/src/lib.rs
Line 401 in e37b9b3
When container is fully emptied by calling
remove_item(row)subtraction overflow happens.This happens only in debug mode due to additional Rust checks!