Chore: Apply latest nightly clippy lints

This commit is contained in:
Kyle Simpson
2023-01-09 00:43:53 +00:00
parent c60c454cf5
commit 125c803fa7
9 changed files with 21 additions and 31 deletions

View File

@@ -234,7 +234,7 @@ impl Read for AsyncAdapterStream {
std::thread::yield_now();
},
a => {
println!("Misc err {:?}", a);
println!("Misc err {a:?}");
return a;
},
}