ci: update clippy version to 1.75 (#6273)

This commit is contained in:
Taiki Endo
2024-01-07 02:33:37 +09:00
committed by GitHub
parent 3275cfb638
commit 84c5674c60
30 changed files with 31 additions and 53 deletions
@@ -178,6 +178,8 @@ where
locked_node = node.inner.lock().unwrap();
locked_parent
}
// https://github.com/tokio-rs/tokio/pull/6273#discussion_r1443752911
#[allow(clippy::unnecessary_literal_unwrap)]
Err(TryLockError::Poisoned(err)) => Err(err).unwrap(),
};