1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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 SvgLoader {
}
impl SvgLoader {
pub const ID: &str = egui::generate_loader_id!(SvgLoader);
pub const ID: &'static str = egui::generate_loader_id!(SvgLoader);
}
fn is_supported(uri: &str) -> bool {