[-] Remove unused warning

This commit is contained in:
Azalea Gui 2025-08-21 10:09:00 -04:00
parent fa3fc59a5f
commit f79aca3c65

View file

@ -3,7 +3,7 @@ use crate::types::Backend;
use crate::utils::get_cache_path;
use anyhow::{Context, Result};
use std::collections::HashMap;
use std::fs::{self, File};
use std::fs::{File};
use std::io::{Read, Write};
const FONT_LOGOS: &str = include_str!(concat!(env!("OUT_DIR"), "/hyfetch/data/font_logos.json"));