mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:00:46 +08:00
Remove unused import
This commit is contained in:
parent
0c413d0093
commit
69fb620073
|
@ -8,7 +8,6 @@ use crate::env::{EnvStack, Environment};
|
||||||
use crate::fd_readable_set::FdReadableSet;
|
use crate::fd_readable_set::FdReadableSet;
|
||||||
use crate::flog::FLOG;
|
use crate::flog::FLOG;
|
||||||
use crate::global_safety::RelaxedAtomicBool;
|
use crate::global_safety::RelaxedAtomicBool;
|
||||||
use crate::input::KeyNameStyle;
|
|
||||||
use crate::key::{
|
use crate::key::{
|
||||||
self, alt, canonicalize_control_char, canonicalize_keyed_control_char, function_key, shift,
|
self, alt, canonicalize_control_char, canonicalize_keyed_control_char, function_key, shift,
|
||||||
Key, Modifiers,
|
Key, Modifiers,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user