Fix: Clippy lint 'uninlined_format_args'
This commit is contained in:
parent
e6092e81a4
commit
42b1bfe66d
25 changed files with 47 additions and 54 deletions
|
|
@ -83,7 +83,7 @@ fn backend_from_env() -> Option<wgpu::Backends> {
|
|||
"gl" => wgpu::Backends::GL,
|
||||
"webgpu" => wgpu::Backends::BROWSER_WEBGPU,
|
||||
"primary" => wgpu::Backends::PRIMARY,
|
||||
other => panic!("Unknown backend: {}", other),
|
||||
other => panic!("Unknown backend: {other}"),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue