Skip to content

Commit 946b37b

Browse files
committed
Use *mut T instead of &UnsafeCell<T> since the latter is dereferencable
1 parent a7ae579 commit 946b37b

File tree

2 files changed

+118
-137
lines changed

2 files changed

+118
-137
lines changed

src/access.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
pub trait Access {}
32

43
/// Helper trait that is implemented by [`ReadWrite`] and [`ReadOnly`].

0 commit comments

Comments
 (0)