Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding RowRefMut<'_> to reduce the amount of unsafe #2081

Open
Centril opened this issue Jan 3, 2025 · 1 comment
Open

Consider adding RowRefMut<'_> to reduce the amount of unsafe #2081

Centril opened this issue Jan 3, 2025 · 1 comment

Comments

@Centril
Copy link
Contributor

Centril commented Jan 3, 2025

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.

@Centril
Copy link
Contributor Author

Centril commented Jan 3, 2025

cc @gefjon -- Maybe something for 1.1 - Improve testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant