mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 11:23:31 +04:00
Clippy lint
This commit is contained in:
parent
c0332bd935
commit
6dba1e7ec7
@ -131,7 +131,7 @@ pub fn render(&mut self, cx: &mut Context) {
|
||||
|
||||
let surface = self.terminal.current_buffer_mut();
|
||||
|
||||
let area = surface.area().clone();
|
||||
let area = *surface.area();
|
||||
|
||||
for layer in &self.layers {
|
||||
layer.render(area, surface, cx)
|
||||
|
Loading…
Reference in New Issue
Block a user