better name

This commit is contained in:
Aleksey Kladov 2021-07-11 13:43:43 +03:00
parent 0dc186f612
commit fa6f78c95b
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ impl Runnable {
}
}
pub fn debugee(&self) -> bool {
pub fn can_debug(&self) -> bool {
matches!(
&self.kind,
RunnableKind::TestMod { .. }