Merge "Update needed for Rust v1.77.0" into main
This commit is contained in:
commit
f814c97702
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ impl From<String> for HalServiceError {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
if let Err(e) = inner_main() {
|
if let Err(HalServiceError(e)) = inner_main() {
|
||||||
panic!("HAL service failed: {:?}", e);
|
panic!("HAL service failed: {:?}", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue