We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184afa2 commit 8cdca17Copy full SHA for 8cdca17
1 file changed
src/lib.rs
@@ -49,7 +49,7 @@ pub struct IdleApp {
49
impl IdleApp {
50
pub fn new(config_from_file: Result<Settings, Box<dyn std::error::Error>>) -> IdleApp {
51
let conn = Connection::new_session().expect("Failed to connect to D-Bus");
52
- let mut config: Settings = Settings {
+ let mut config = Settings {
53
debug: false,
54
server: ServerSettings {
55
inhibit_duration: 25,
0 commit comments