minor: render_diagnostics doesn't require &self either

pull/1/head
Blaž Hrastnik 2 years ago
parent a640ab6b1f
commit 7e99087fa3
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

@ -169,7 +169,7 @@ impl EditorView {
}
}
self.render_diagnostics(doc, view, inner, surface, theme);
Self::render_diagnostics(doc, view, inner, surface, theme);
let statusline_area = view
.area
@ -765,7 +765,6 @@ impl EditorView {
}
pub fn render_diagnostics(
&self,
doc: &Document,
view: &View,
viewport: Rect,

Loading…
Cancel
Save