diff options
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide/src/diagnostics.rs b/crates/ide/src/diagnostics.rs index 8e508639b..add102ff2 100644 --- a/crates/ide/src/diagnostics.rs +++ b/crates/ide/src/diagnostics.rs | |||
@@ -135,7 +135,6 @@ fn diagnostic_with_fix<D: DiagnosticWithFix>(d: &D, sema: &Semantics<RootDatabas | |||
135 | 135 | ||
136 | fn warning_with_fix<D: DiagnosticWithFix>(d: &D, sema: &Semantics<RootDatabase>) -> Diagnostic { | 136 | fn warning_with_fix<D: DiagnosticWithFix>(d: &D, sema: &Semantics<RootDatabase>) -> Diagnostic { |
137 | Diagnostic { | 137 | Diagnostic { |
138 | // name: Some(d.name().into()), | ||
139 | range: sema.diagnostics_display_range(d).range, | 138 | range: sema.diagnostics_display_range(d).range, |
140 | message: d.message(), | 139 | message: d.message(), |
141 | severity: Severity::WeakWarning, | 140 | severity: Severity::WeakWarning, |