1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -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

@@ -14,7 +14,7 @@ pub struct ImageCrateLoader {
}
impl ImageCrateLoader {
pub const ID: &str = egui::generate_loader_id!(ImageCrateLoader);
pub const ID: &'static str = egui::generate_loader_id!(ImageCrateLoader);
}
fn is_supported_uri(uri: &str) -> bool {