Fix: Clippy lint 'uninlined_format_args'
This commit is contained in:
parent
e6092e81a4
commit
42b1bfe66d
25 changed files with 47 additions and 54 deletions
|
|
@ -535,7 +535,7 @@ async fn run_instance<A, E, C>(
|
|||
Err(error) => match error {
|
||||
// This is an unrecoverable error.
|
||||
compositor::SurfaceError::OutOfMemory => {
|
||||
panic!("{:?}", error);
|
||||
panic!("{error:?}");
|
||||
}
|
||||
_ => {
|
||||
debug.render_finished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue