1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Fix clippy issues from 1.74 (#3558)

Nothing major
This commit is contained in:
Emil Ernerfeldt
2023-11-16 15:50:44 +01:00
committed by GitHub
parent a243180600
commit f01b2b76c8
8 changed files with 14 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ pub struct FileLoader {
}
impl FileLoader {
pub const ID: &str = egui::generate_loader_id!(FileLoader);
pub const ID: &'static str = egui::generate_loader_id!(FileLoader);
}
const PROTOCOL: &str = "file://";