Skip to content

Remove result and void dependencies in favor of std equivalents#28

Open
jelmer wants to merge 1 commit intoarcnmx:masterfrom
jelmer:use-std
Open

Remove result and void dependencies in favor of std equivalents#28
jelmer wants to merge 1 commit intoarcnmx:masterfrom
jelmer:use-std

Conversation

@jelmer
Copy link
Copy Markdown

@jelmer jelmer commented Mar 5, 2026

Replace result crate's next_invert/invert with Option::transpose (stable since Rust 1.33) and void::Void with std::convert::Infallible (stable since Rust 1.34).

Replace result crate's next_invert/invert with Option::transpose (stable
since Rust 1.33) and void::Void with std::convert::Infallible (stable
since Rust 1.34).
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.

1 participant