We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b948 commit c2dabb2Copy full SHA for c2dabb2
packages/torrent-repository/src/swarms.rs
@@ -49,7 +49,6 @@ impl Swarms {
49
/// # Errors
50
///
51
/// This function panics if the lock for the swarm handle cannot be acquired.
52
- #[allow(clippy::await_holding_lock)]
53
pub async fn handle_announcement(
54
&self,
55
info_hash: &InfoHash,
0 commit comments