probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

Collapse some types

Open bugadani opened this issue 11 months ago • 0 comments

This PR hides the UnsafeCell in Cell, NonNull and AtomicN

I think this transformation makes sense (I even think we should treat AtomicN as a value type and not a struct) but it's lying slightly.

bugadani avatar May 02 '25 20:05 bugadani