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
|
|
@ -96,7 +96,7 @@ impl Compositor {
|
|||
let adapter = instance
|
||||
.request_adapter(&adapter_options)
|
||||
.await
|
||||
.ok_or(Error::NoAdapterFound(format!("{:?}", adapter_options)))?;
|
||||
.ok_or(Error::NoAdapterFound(format!("{adapter_options:?}")))?;
|
||||
|
||||
log::info!("Selected: {:#?}", adapter.get_info());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue