1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

wezterm-font: fix warning

This commit is contained in:
Wez Furlong 2021-11-03 06:58:09 -07:00
parent a2aec889c8
commit 0cdd0f44b0

View File

@ -1,6 +1,5 @@
use crate::parser::ParsedFont;
use config::FontAttributes;
use enum_display_derive::Display;
use std::borrow::Cow;
use std::cmp::Ordering;
use std::collections::HashSet;