Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 7, 2023
1 parent 72b2146 commit 2c4a82e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl<'a> Visitor<'a> for TypeVarReferenceVisitor<'a> {
})
)
})
&& arguments.keywords.len() == 0
&& arguments.keywords.is_empty()
{
self.names.push(name);
}
Expand Down

0 comments on commit 2c4a82e

Please sign in to comment.