apply cargo warning suggested fixes

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-10 16:15:51 -08:00
parent 83571aaf88
commit 3e96f815b1
9 changed files with 32 additions and 82 deletions

View File

@@ -3,7 +3,7 @@ use std::collections::BTreeMap;
pub fn setup_fonts(ctx: &egui::Context) {
let mut fonts = FontDefinitions::default();
let mut families = BTreeMap::<String, FontData>::new();
let _families = BTreeMap::<String, FontData>::new();
let our_font: String = "onest".to_owned();