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 import static detour #31

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Fix import static detour #31

merged 2 commits into from
Jul 18, 2023

Conversation

Hpmason
Copy link
Owner

@Hpmason Hpmason commented Jul 18, 2023

static_detour macro assumed the macro was imported in the current scope with its recursive calls. It now properly uses the crate path in the recursive macro call (fixes #29)

@Hpmason Hpmason merged commit ad33b38 into master Jul 18, 2023
@Hpmason Hpmason deleted the fix-import-static_detour branch November 22, 2023 02:22
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.

static_detour needs to be imported
1 participant