Skip to content

Restrict compilation of borrowed handles on Android#117

Merged
Lokathor merged 2 commits intomasterfrom
notgull/unbreak-android
Mar 30, 2023
Merged

Restrict compilation of borrowed handles on Android#117
Lokathor merged 2 commits intomasterfrom
notgull/unbreak-android

Conversation

@notgull
Copy link
Copy Markdown
Contributor

@notgull notgull commented Mar 30, 2023

Guards borrowed handles behind either std or not being on Android. Should prevent this from being a breaking change.

Another possible way around this would be to add a borrowed feature.

@Lokathor
Copy link
Copy Markdown
Contributor

it's smoothest if we just turn this on for everyone without the cargo feature, since we'd only remove the cargo feature later. This way, the only people affected are android builders with no_std (who i suspect are very rare).

@Lokathor Lokathor merged commit cda3912 into master Mar 30, 2023
@notgull notgull deleted the notgull/unbreak-android branch March 30, 2023 18:15
@notgull notgull mentioned this pull request Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants