We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606eae2 commit cae403dCopy full SHA for cae403d
data/src/config/buffer/text_input.rs
@@ -1,6 +1,7 @@
1
-use crate::config::buffer::AccessLevelFormat;
2
use serde::Deserialize;
3
+use crate::config::buffer::AccessLevelFormat;
4
+
5
#[derive(Debug, Clone, Deserialize)]
6
#[serde(default)]
7
pub struct TextInput {
0 commit comments