Lift Pointer's requirement for the pointer to be thin

fat pointers rule!
This commit is contained in:
Maybe Waffle 2023-04-12 11:00:35 +00:00
parent 26232f1ff5
commit 9051331dd7
5 changed files with 58 additions and 33 deletions

View file

@ -83,6 +83,7 @@ pub mod transitive_relation;
pub mod vec_linked_list;
pub mod work_queue;
pub use atomic_ref::AtomicRef;
pub mod aligned;
pub mod frozen;
pub mod owned_slice;
pub mod sso;