Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YJIT: Fix clippy issues and remove unused params #7348

Merged

Conversation

jimmyhmiller
Copy link
Contributor

No description provided.

@matzbot matzbot requested a review from a team February 21, 2023 16:18
yjit/src/codegen.rs Outdated Show resolved Hide resolved
if let BranchTarget::Stub(_) = target.as_ref() {
count += 1;
}
for target in self.targets.iter().flatten() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@maximecb maximecb merged commit 5baef07 into ruby:master Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants