Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): Move import of
NamedResult
to where it is used (#309)
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.
- Loading branch information