Take &mut self in View::render
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
917a80ec36
commit
ef89ceae4d
+1
-1
@@ -1776,7 +1776,7 @@ mod tests {
|
||||
"empty view"
|
||||
}
|
||||
|
||||
fn render(&self, _: &mut gpui::RenderContext<Self>) -> gpui::ElementBox {
|
||||
fn render(&mut self, _: &mut gpui::RenderContext<Self>) -> gpui::ElementBox {
|
||||
gpui::Element::boxed(gpui::elements::Empty)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user