clippy
This commit is contained in:
@@ -3,10 +3,9 @@ use egui::{Key, RichText};
|
|||||||
use std::collections::VecDeque;
|
use std::collections::VecDeque;
|
||||||
use egui::{FontData, FontDefinitions, FontFamily};
|
use egui::{FontData, FontDefinitions, FontFamily};
|
||||||
use std::sync::{Arc, Mutex};
|
use std::sync::{Arc, Mutex};
|
||||||
use winit::event_loop::{ControlFlow, EventLoop};
|
use winit::event_loop::{EventLoop};
|
||||||
use eframe::UserEvent;
|
use eframe::UserEvent;
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::process::Command;
|
|
||||||
|
|
||||||
const MAX_KEYS: usize = 6;
|
const MAX_KEYS: usize = 6;
|
||||||
const SECRET_COMBO: [Key; MAX_KEYS] = [
|
const SECRET_COMBO: [Key; MAX_KEYS] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user