Fix warnings

This commit is contained in:
Jeremy Soller 2024-05-17 09:17:02 -06:00
parent ea5004088e
commit d8c81ce3fb
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ async fn main() {
env::set_var("GREETD_SOCK", &greetd_sock);
thread::spawn(|| {
cosmic_greeter::greeter::main();
cosmic_greeter::greeter::main().unwrap();
});
loop {