Fix clippy warnings

This commit is contained in:
Edgar Geier 2023-03-03 18:59:45 +01:00
parent 4ac5e1c6a6
commit 17102f5144
No known key found for this signature in database
GPG key ID: 7A65B51FD6B75EF5
3 changed files with 3 additions and 4 deletions

View file

@ -285,7 +285,6 @@ impl Application for Window {
);
let font_size_picker = {
let editor = self.editor.lock().unwrap();
pick_list(
FontSize::all(),
Some(self.font_size),