You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want folks to use ZeroDrop<T> as a &T, not as a T, so maybe not implementing Deref makes this point somewhat more clearly. At minimum the &* operator looks scary.
The text was updated successfully, but these errors were encountered:
We want folks to use
ZeroDrop<T>
as a&T
, not as aT
, so maybe not implementingDeref
makes this point somewhat more clearly. At minimum the&*
operator looks scary.The text was updated successfully, but these errors were encountered: