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

docs(README): Move import of NamedResult to where it is used #309

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

bugwelle
Copy link
Contributor

An example in README.md makes use of miette::NamedResult . It is imported in the second "example-step", but already used in the first one. Beginners, that copy the example step-by-step to understand it, will run into compile errors, as NamedResult was not imported.

An example in README.md makes use of `miette::NamedResult` .
It is imported in the second "example-step", but already used in the first one. Beginners, that copy the example step-by-step to understand it, will run into compile errors, as `NamedResult` was not imported.
@zkat zkat merged commit d37ada8 into zkat:main Oct 23, 2023
11 checks passed
@bugwelle bugwelle deleted the patch-1 branch October 23, 2023 18:18
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