mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Revert "Remove unused import"
It's not unused
This reverts commit 69fb620073
.
This commit is contained in:
parent
89b74a6983
commit
f551eeadfe
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ use crate::env::{EnvStack, Environment};
|
|||
use crate::fd_readable_set::FdReadableSet;
|
||||
use crate::flog::FLOG;
|
||||
use crate::global_safety::RelaxedAtomicBool;
|
||||
use crate::input::KeyNameStyle;
|
||||
use crate::key::{
|
||||
self, alt, canonicalize_control_char, canonicalize_keyed_control_char, function_key, shift,
|
||||
Key, Modifiers,
|
||||
|
|
Loading…
Reference in a new issue