Skip to content

Migrate SortedLinkedList to LenType #553

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

Merged
merged 2 commits into from
Apr 23, 2025

Conversation

GnomedDev
Copy link
Contributor

Part of #551.

The previous SortedLinkedListIndex seemed to store Option<NonMaxLenT> and required unsafe calls to get at the raw value without checking ::MAX.... but none of those unsafe calls had safety comments and removing the unsafety shouldn't make the external interface unsound.

@GnomedDev GnomedDev force-pushed the sorted-linked-list-lentype branch from fa570da to 94a9eef Compare April 20, 2025 12:04
@reitermarkus
Copy link
Member

Thanks!

@reitermarkus reitermarkus added this pull request to the merge queue Apr 23, 2025
Merged via the queue into rust-embedded:main with commit 4e38494 Apr 23, 2025
22 checks passed
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

Successfully merging this pull request may close these issues.

2 participants