Removed a warning about unused import

This commit is contained in:
Justine 2023-02-20 00:17:10 +01:00
parent c9eb3b90df
commit a552eac25e

View File

@ -14,7 +14,6 @@ pub mod shell {
use termion::raw::IntoRawMode;
use termion::raw::RawTerminal;
use termion::cursor;
use termion::color;
use termion;
use unicode_segmentation::UnicodeSegmentation;
use std::collections::HashMap;