Skip to content

Commit

Permalink
Tweak CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Mar 30, 2024
1 parent 5f1bbf5 commit 6b3edca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
* Now savvy allows to consume the value behind an external pointer. i.e., `T`
instead of `&T` or `&mut T` as the argument. After getting consumed, the
pointer is null, so any function call on the already-consumed R object results
in an error.
in an error. See [the
guide](https://yutannihilation.github.io/savvy/guide/10_struct.html) for more
details.

Example:

Expand Down

0 comments on commit 6b3edca

Please sign in to comment.