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

Remove thiserror (extracted from #64) #70

Merged
merged 5 commits into from
Sep 10, 2024
Merged

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Sep 9, 2024

What

Remove the thiserror crate and replace with the same code that would be generated.

Why

As @overcat pointed out in #64 (comment), the thiserror crate does very little, and crates a dependence on std that we plan to remove in #64.

This change was authored by @overcat in #64, and has been extracted to commit separately to reduce the dep graph created by this crate.

Known limitations

[TODO or N/A]

Remove the thiserror crate and replace with the same code that would be
generated.

This change was authored by @overcat in #64, and has been extracted to commit
separately.

Co-authored-by: Jun Luo <[email protected]>
@leighmcculloch leighmcculloch enabled auto-merge (squash) September 9, 2024 00:44
Cargo.toml Show resolved Hide resolved
@overcat overcat mentioned this pull request Sep 9, 2024
@leighmcculloch leighmcculloch merged commit 00c7df7 into main Sep 10, 2024
5 checks passed
@leighmcculloch leighmcculloch deleted the pr64-extract-thiserror branch September 10, 2024 20:11
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.

3 participants