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

Commit 0c2179c2 authored by Charisee Chiw's avatar Charisee Chiw Committed by Gerrit Code Review
Browse files

Merge "Update needed for Rust v1.77.1" into main

parents 863f96ec 5fc736d9
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);
    }
}