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

Fixed use of std::fmt rather than core::fmt #22

Merged
merged 2 commits into from
May 30, 2020

Conversation

duncanrhamill
Copy link
Contributor

no_std seems to be broken because src/fmt.rs uses std rather than core for Debug and Display traits. Changed to use core which has fixed it for me, all tests still passing.

@yaahc yaahc merged commit be64ee4 into eyre-rs:master May 30, 2020
@yaahc
Copy link
Collaborator

yaahc commented May 30, 2020

Ty for the fix! And I'm sorry it took me so long to merge it

pksunkara pushed a commit that referenced this pull request Oct 11, 2023
* Simplify sections features

* cleanup docs a bit

* update docs and switch context to handler
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.

None yet

2 participants