Fix clippy lints for Rust 1.88 🎉
This commit is contained in:
parent
c952ea8485
commit
8578a1362b
8 changed files with 16 additions and 17 deletions
|
|
@ -810,7 +810,7 @@ async fn run_instance<P>(
|
|||
Err(error) => match error {
|
||||
// This is an unrecoverable error.
|
||||
compositor::SurfaceError::OutOfMemory => {
|
||||
panic!("{:?}", error);
|
||||
panic!("{error:?}");
|
||||
}
|
||||
_ => {
|
||||
present_span.finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue