Skip to content

Commit

Permalink
Adds clarification in documentation about CDrop trait
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyray committed Mar 13, 2020
1 parent ab812b0 commit 42e9a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type and that an instance of the parametrized type can be created form this stru
## The CDrop trait

A Trait showing that the `repr(C)` compatible view implementing it can free up its part of memory that are not
managed by Rust.
managed by Rust drop mechanism.


## Caveats with derivation of CReprOf and AsRust traits
Expand Down

0 comments on commit 42e9a8d

Please sign in to comment.