Fix warnings

This commit is contained in:
Jeremy Soller 2024-01-11 14:32:11 -07:00
parent 9b2ab1202a
commit ac4472e45e
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ use alacritty_terminal::{
term::{
cell::Flags,
color::{self, Colors},
search::{Match, RegexSearch},
search::RegexSearch,
viewport_to_point, Config, TermMode,
},
tty::{self, Options},