mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 06:02:46 +08:00
Silence unused_imports on newer compilers
This commit is contained in:
parent
f2d2632eca
commit
8a6ba7fc4c
|
@ -3,6 +3,8 @@ use crate::curses;
|
|||
use crate::env::{Environment, CURSES_INITIALIZED};
|
||||
use crate::event;
|
||||
use crate::flog::FLOG;
|
||||
// Polyfill for Option::is_none_or(), stabilized in 1.82.0
|
||||
#[allow(unused_imports)]
|
||||
use crate::future::IsSomeAnd;
|
||||
use crate::input_common::CursorPositionBlockingWait::MouseLeft;
|
||||
use crate::input_common::{
|
||||
|
|
Loading…
Reference in New Issue
Block a user