From bc64452bab931dca44a114bd90f9441b8de0c6cd Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 30 Oct 2023 14:21:07 +0400 Subject: Replace test imports with super::* --- src/input.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index 10f92e32..11ac4dc5 100644 --- a/src/input.rs +++ b/src/input.rs @@ -945,11 +945,7 @@ fn should_activate_monitors(event: &InputEvent) -> bool { #[cfg(test)] mod tests { - use std::collections::HashSet; - - use smithay::input::keyboard::{FilterResult, Keysym, ModifiersState}; - - use super::{should_intercept_key, CompositorMod}; + use super::*; use crate::config::{Action, Bind, Binds, Key, Modifiers}; #[test] -- cgit