Enforce style lints which do not have violations (#36580)
Release Notes: - N/A
This commit is contained in:
parent
4ee565cd39
commit
6ed29fbc34
20 changed files with 146 additions and 89 deletions
|
@ -2983,9 +2983,7 @@ impl GitPanel {
|
|||
let status_toast = StatusToast::new(message, cx, move |this, _cx| {
|
||||
use remote_output::SuccessStyle::*;
|
||||
match style {
|
||||
Toast { .. } => {
|
||||
this.icon(ToastIcon::new(IconName::GitBranchAlt).color(Color::Muted))
|
||||
}
|
||||
Toast => this.icon(ToastIcon::new(IconName::GitBranchAlt).color(Color::Muted)),
|
||||
ToastWithLog { output } => this
|
||||
.icon(ToastIcon::new(IconName::GitBranchAlt).color(Color::Muted))
|
||||
.action("View Log", move |window, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue