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
I'd prefer to keep the assertions (but probably compile them out in non-debug builds). Unsafe code should have plenty of assertions, imo. Helps the reader. Helps the refactorer. Helps everybody.
It performs unnecessary assertions at the end of every borrow, and these are never disabled.
The text was updated successfully, but these errors were encountered: