From 42e9a8d0c3fc93aff7e191964c5fe75d34306c1e Mon Sep 17 00:00:00 2001 From: anthonyray Date: Fri, 13 Mar 2020 15:06:34 +0100 Subject: [PATCH] Adds clarification in documentation about CDrop trait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc289f8..59e103a 100644 --- a/README.md +++ b/README.md @@ -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