From 09d9f2ccbbda502e03404aabd26ab91dfbeff35a Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Tue, 3 May 2022 00:10:19 +0200 Subject: [PATCH] all: run rustfmt --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index ba4e3895..b86faf9c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,5 +1,7 @@ mod handler; +#[cfg(feature = "it")] +use crate::it::test_config::TEST_CONFIG_ENTRY; use { crate::{ backend::{ConnectorId, InputDeviceId}, @@ -25,8 +27,6 @@ use { std::{cell::Cell, mem, ptr, rc::Rc}, thiserror::Error, }; -#[cfg(feature = "it")] -use crate::it::test_config::TEST_CONFIG_ENTRY; #[derive(Debug, Error)] pub enum ConfigError {