Clippy lint

pull/64/head
Blaž Hrastnik 2021-06-03 10:31:14 +09:00
parent c0332bd935
commit 6dba1e7ec7
1 changed files with 1 additions and 1 deletions

View File

@ -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)