mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
better name
This commit is contained in:
parent
0dc186f612
commit
fa6f78c95b
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ impl Runnable {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn debugee(&self) -> bool {
|
||||
pub fn can_debug(&self) -> bool {
|
||||
matches!(
|
||||
&self.kind,
|
||||
RunnableKind::TestMod { .. }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue