diff options
Diffstat (limited to 'openssl/src/util.rs')
| -rw-r--r-- | openssl/src/util.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openssl/src/util.rs b/openssl/src/util.rs index 58abd9ec..1093b491 100644 --- a/openssl/src/util.rs +++ b/openssl/src/util.rs @@ -91,8 +91,3 @@ where } } } - -/// This is intended to be used as the inner type for `FooRef` types converted from raw C pointers. -/// It has an `UnsafeCell` internally to inform the compiler about aliasability and doesn't -/// implement `Copy`, so it can't be dereferenced. -pub struct Opaque(UnsafeCell<()>); |