chore: update CI's clippy version to 1.65 (#5276)

This commit is contained in:
Carl Lerche
2022-12-06 19:56:13 -08:00
committed by GitHub
parent 07da5e73ee
commit 22cff80048
20 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -166,6 +166,6 @@ impl fmt::Debug for PollSemaphore {
impl AsRef<Semaphore> for PollSemaphore {
fn as_ref(&self) -> &Semaphore {
&*self.semaphore
&self.semaphore
}
}