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

@@ -45,7 +45,7 @@ pub struct EhttpLoader {
}
impl EhttpLoader {
pub const ID: &str = egui::generate_loader_id!(EhttpLoader);
pub const ID: &'static str = egui::generate_loader_id!(EhttpLoader);
}
const PROTOCOLS: &[&str] = &["http://", "https://"];