Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Aug 14, 2022
1 parent 5104770 commit 1548d2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
//!
//! this module contains the event converter for the different backends

use crate::core::event::{Event, Key, KeyEvent, KeyModifiers, MediaKeyCode};
#[cfg(feature = "with-crossterm")]
use crate::core::event::MediaKeyCode;
use crate::core::event::{Event, Key, KeyEvent, KeyModifiers};

// -- crossterm
#[cfg(feature = "with-crossterm")]
Expand Down

0 comments on commit 1548d2a

Please sign in to comment.