all: run rustfmt
This commit is contained in:
parent
5a822eda32
commit
09d9f2ccbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue