Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f788a7b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update needed for Rust v1.77.0" into main am: f814c977 am: 1a67e24c

parents 4d463fee 1a67e24c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ impl From<String> for HalServiceError {
}

fn main() {
    if let Err(e) = inner_main() {
    if let Err(HalServiceError(e)) = inner_main() {
        panic!("HAL service failed: {:?}", e);
    }
}