Auto-fix clippy::collapsible_if violations (#36428)
Release Notes: - N/A
This commit is contained in:
parent
9e8ec72bd5
commit
8f567383e4
281 changed files with 6628 additions and 7089 deletions
|
@ -343,10 +343,10 @@ impl NewProcessModal {
|
|||
return;
|
||||
}
|
||||
|
||||
if let NewProcessMode::Launch = &self.mode {
|
||||
if self.configure_mode.read(cx).save_to_debug_json.selected() {
|
||||
self.save_debug_scenario(window, cx);
|
||||
}
|
||||
if let NewProcessMode::Launch = &self.mode
|
||||
&& self.configure_mode.read(cx).save_to_debug_json.selected()
|
||||
{
|
||||
self.save_debug_scenario(window, cx);
|
||||
}
|
||||
|
||||
let Some(debugger) = self.debugger.clone() else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue