Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

add comments to unsafe code in concurrent.rs#147

Merged
dicej merged 1 commit into
mainfrom
dicej/concurrent-rs-unsafe-comments
May 1, 2025
Merged

add comments to unsafe code in concurrent.rs#147
dicej merged 1 commit into
mainfrom
dicej/concurrent-rs-unsafe-comments

Conversation

@dicej
Copy link
Copy Markdown
Collaborator

@dicej dicej commented Apr 30, 2025

This also removes a few cases of unsafe that turned out to be unnecessary, as well as adding the unsafe modifier to a few functions where appropriate.

futures_and_streams.rs also has quite a few unsafe blocks; I'll tackle those next.

This also removes a few cases of `unsafe` that turned out to be unnecessary, as
well as adding the `unsafe` modifier to a few functions where appropriate.

`futures_and_streams.rs` also has quite a few `unsafe` blocks; I'll tackle those
next.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@dicej dicej force-pushed the dicej/concurrent-rs-unsafe-comments branch from 8f5983f to 881ab36 Compare April 30, 2025 22:18
@dicej dicej added this pull request to the merge queue May 1, 2025
Merged via the queue into main with commit b50fb71 May 1, 2025
44 checks passed
@dicej dicej deleted the dicej/concurrent-rs-unsafe-comments branch June 10, 2025 13:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant