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: compilation on nightly #130

Merged
merged 1 commit into from
Apr 15, 2024
Merged

fix: compilation on nightly #130

merged 1 commit into from
Apr 15, 2024

Conversation

amaanq
Copy link
Contributor

@amaanq amaanq commented Apr 1, 2024

It does not compile on nightly (1.79.0-nightly (805813650 2024-03-31) to be exact) due to the #![deny(warnings)] attribute and redundant imports becoming a warning. Thanks!

@s1341
Copy link
Contributor

s1341 commented Apr 2, 2024

Looks like it needs a little work. Please fix CI and then I will land.

@amaanq
Copy link
Contributor Author

amaanq commented Apr 2, 2024

Ah I see, the cfg for those imports wasn't correct, they're needed in the no_std case (when none of the features are enabled, not just module-names)

Should be good now I think, sorry about that

@s1341
Copy link
Contributor

s1341 commented Apr 2, 2024

I think you missed one....

@amaanq
Copy link
Contributor Author

amaanq commented Apr 2, 2024

oops, fixed

@amaanq
Copy link
Contributor Author

amaanq commented Apr 13, 2024

Hey @s1341 gentle reminder in case you're busy/forgot about this pr :)

@s1341 s1341 merged commit a0141c6 into frida:main Apr 15, 2024
15 checks passed
@s1341
Copy link
Contributor

s1341 commented Apr 15, 2024

Thanks for your contribution!

@amaanq
Copy link
Contributor Author

amaanq commented Apr 15, 2024

thanks!

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.

None yet

2 participants