1
0
Fork 0
forked from wry/wry

all: run rustfmt

This commit is contained in:
Julian Orth 2022-05-03 00:10:19 +02:00
parent 5a822eda32
commit 09d9f2ccbb

View file

@ -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 {