Skip to content

Switch from std::error::Error to core::error::Error#767

Merged
tarcieri merged 1 commit intomasterfrom
use-core-error
Dec 11, 2025
Merged

Switch from std::error::Error to core::error::Error#767
tarcieri merged 1 commit intomasterfrom
use-core-error

Conversation

@tarcieri
Copy link
Copy Markdown
Member

The latter was being used in some places, but not consistently.

Notably this gets rid of the std dependency on various test examples.

The latter was being used in some places, but not consistently.

Notably this gets rid of the `std` dependency on various test examples.

Some crates now have fully vestigial `std` features, though this leaves
removing them to a separate PR.
@tarcieri tarcieri merged commit 6555ab2 into master Dec 11, 2025
40 checks passed
@tarcieri tarcieri deleted the use-core-error branch December 11, 2025 04:49
tarcieri added a commit that referenced this pull request Dec 11, 2025
After #767 it is no longer used

This is technically true of `password-hash` as well, but as a post-1.0
crate we can't remove the `std` feature there
tarcieri added a commit that referenced this pull request Dec 11, 2025
After #767 it is no longer used

This is technically true of `password-hash` as well, but as a post-1.0
crate we can't remove the `std` feature there
This was referenced Apr 21, 2026
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