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

Fix routes! macro call #1108

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Fix routes! macro call #1108

merged 1 commit into from
Oct 8, 2024

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Oct 8, 2024

Use $crate:: reference when calling routes! macro recursively.

Fixes #1106

Use `$crate::` reference when calling `routes!` macro recursively.
@juhaku juhaku force-pushed the fix-routes-macro-call branch from 83ceee0 to 4608fa3 Compare October 8, 2024 22:34
@juhaku juhaku merged commit 2297d46 into master Oct 8, 2024
22 checks passed
@juhaku juhaku deleted the fix-routes-macro-call branch October 8, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

routes! macro has a relative call to itself
1 participant