apply cargo warning suggested fixes
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user