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 1a62078 commit 94f379aCopy full SHA for 94f379a
src/utils.rs
@@ -82,6 +82,8 @@ mod test{
82
let config=config::Config::builder()
83
.set_default("exceptions",Vec::<u16>::new())
84
.unwrap()
85
+ .set_default("debounce_time",14u64)
86
+ .unwrap()
87
.build()
88
89
.try_deserialize::<Config>()
0 commit comments