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

Commit 00557198 authored by Charisee Chiw's avatar Charisee Chiw Committed by Automerger Merge Worker
Browse files

Merge "Update needed for Rust v1.77.1" into main am: 0c2179c2 am: 7dfc18cd

parents 8392bc6c 7dfc18cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,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);
    }
}