mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Silence unused_imports on newer compilers
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
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::{
|
||||
|
||||
Reference in New Issue
Block a user