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 example build error by using the new into_raw instead of into_inner #378

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

progmanos
Copy link
Contributor

@progmanos progmanos commented Nov 7, 2022

Overview

Fix the example code into_inner method missing build error by using the newer into_raw method.

Fixes: #377

Definition of Done

  • There are no TODOs left in the code
  • Change is covered by automated tests
  • The coding guidelines are followed
  • Public API has documentation
  • User-visible changes are mentioned in the Changelog
  • The continuous integration build passes

@rib rib force-pushed the fix_example_into_inner_err branch from e086aed to b815187 Compare November 7, 2022 17:33
@rib rib merged commit f107547 into jni-rs:master Nov 7, 2022
@rib
Copy link
Contributor

rib commented Nov 7, 2022

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.

The example doesn't work due to into_inner method missing
3 participants