Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Dec 11, 2024
1 parent 4b8c0db commit 2b206d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/libs/concurrency/src/limiter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub struct Permit<'a> {
ctx: &'a ctx::Ctx,
}

impl<'a> Drop for Permit<'a> {
impl Drop for Permit {
/// Consumes the reserved permits.
fn drop(&mut self) {
if self.permits == 0 {
Expand Down

0 comments on commit 2b206d0

Please sign in to comment.