Skip to content

Commit cae403d

Browse files
committed
clippy
1 parent 606eae2 commit cae403d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/src/config/buffer/text_input.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
use crate::config::buffer::AccessLevelFormat;
21
use serde::Deserialize;
32

3+
use crate::config::buffer::AccessLevelFormat;
4+
45
#[derive(Debug, Clone, Deserialize)]
56
#[serde(default)]
67
pub struct TextInput {

0 commit comments

Comments
 (0)