Skip to content

Conversation

@reallesee
Copy link

Replace len() > 0 checks with !is_empty() in perftest.rs for better idiomatic Rust code. This change follows Rust's best practices by using the dedicated is_empty() method for checking collection emptiness, which is more readable and can be more efficient for certain collection types

@vercel
Copy link

vercel bot commented Jul 23, 2025

@reallesee is attempting to deploy a commit to the farcaster Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant