Skip to content

fix(render): use Option::is_some() for arrowhead checks#7

Merged
lostmygithubaccount merged 1 commit intomainfrom
cody/fix-arrowhead-check
Apr 6, 2026
Merged

fix(render): use Option::is_some() for arrowhead checks#7
lostmygithubaccount merged 1 commit intomainfrom
cody/fix-arrowhead-check

Conversation

@lostmygithubaccount
Copy link
Copy Markdown
Member

Summary

🤖 Generated with Claude Code

Arrowhead fields are Option<Arrowhead>, not Arrowhead with a None variant.
Fixes compilation error from PR #4.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lostmygithubaccount lostmygithubaccount merged commit 7b72903 into main Apr 6, 2026
1 check failed
lostmygithubaccount added a commit that referenced this pull request Apr 6, 2026
Follow-up to PR #7 — the import was left behind after switching
from Arrowhead::None to Option::is_some().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lostmygithubaccount added a commit that referenced this pull request Apr 6, 2026
Follow-up to PR #7 — the import was left behind after switching
from Arrowhead::None to Option::is_some().

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lostmygithubaccount lostmygithubaccount deleted the cody/fix-arrowhead-check branch April 6, 2026 00:31
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