Fix build on Rust 1.70

This commit is contained in:
Johannes Altmanninger
2025-06-10 17:56:21 +02:00
parent e0cabacdaa
commit c052beb4dd

View File

@@ -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,