mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
ci: update clippy version to 1.75 (#6273)
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user