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
To maintain sanity, we need to keep the growing amount of unsafe { ... } in table.rs under control. Consider adding a RowRefMut<'_> type to at least remove some get_row_ref_unchecked imposed by the borrow checker.
The text was updated successfully, but these errors were encountered:
To maintain sanity, we need to keep the growing amount of
unsafe { ... }
intable.rs
under control. Consider adding aRowRefMut<'_>
type to at least remove someget_row_ref_unchecked
imposed by the borrow checker.The text was updated successfully, but these errors were encountered: