mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03:00
Fix build on Rust 1.70
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
use crate::env::{Environment, CURSES_INITIALIZED};
|
||||
use crate::event;
|
||||
use crate::flog::FLOG;
|
||||
#[allow(unused_imports)]
|
||||
use crate::future::IsSomeAnd;
|
||||
use crate::input_common::{
|
||||
match_key_event_to_key, CharEvent, CharInputStyle, InputData, InputEventQueuer, KeyEvent,
|
||||
KeyMatchQuality, ReadlineCmd, R_END_INPUT_FUNCTIONS,
|
||||
|
||||
Reference in New Issue
Block a user