aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Collapse)Author
2023-08-19docs: link multipage version of HTML specMartin Fischer
2023-08-19chore: use link reference definitions in MarkdownMartin Fischer
2023-08-19break!: stop abusing Display for Error codesMartin Fischer
Display impls should return human-readable strings. After this commit we're able to introduce a proper Display impl in the future without that being a breaking change.
2023-08-19fix(docs): fix Error variant doc saying `$literal`Martin Fischer
2021-11-24hello worldMarkus Unterwaditzer