mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Remove unused import
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
use crate::fd_readable_set::{FdReadableSet, Timeout};
|
||||
use crate::flog::{FloggableDebug, FloggableDisplay, FLOG};
|
||||
use crate::key::{
|
||||
self, alt, canonicalize_control_char, canonicalize_keyed_control_char, char_to_symbol, ctrl,
|
||||
self, alt, canonicalize_control_char, canonicalize_keyed_control_char, char_to_symbol,
|
||||
function_key, shift, Key, Modifiers, ViewportPosition,
|
||||
};
|
||||
use crate::reader::{reader_save_screen_state, reader_test_and_clear_interrupted};
|
||||
|
||||
Reference in New Issue
Block a user