[thin_check (rust)] BTree values must now implement Copy
This commit is contained in:
@@ -634,7 +634,9 @@ fn explore(path: &Path) -> Result<()> {
|
||||
panels.push(Box::new(BottomLevelPanel::new(thin_id, node)));
|
||||
}
|
||||
Some(Action::PopPanel) => {
|
||||
panels.pop();
|
||||
if panels.len() > 2 {
|
||||
panels.pop();
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user