Clippy fixes

This commit is contained in:
Poly 2021-10-17 20:15:16 +02:00 committed by Victor Berger
parent 67ed81a00c
commit 63f9a713ce
2 changed files with 2 additions and 2 deletions

View File

@ -998,7 +998,7 @@ impl ToplevelSurface {
.unwrap() .unwrap()
.lock() .lock()
.unwrap(); .unwrap();
attributes.current.decoration_mode.clone() attributes.current.decoration_mode
}) })
.unwrap_or(None); .unwrap_or(None);