Clippy lint
This commit is contained in:
parent
c0332bd935
commit
6dba1e7ec7
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl Compositor {
|
|||
|
||||
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…
Add table
Reference in a new issue