bat/.github
Martin Nordholts 19c3e82abf
Replace deprecated 'error-chain' with 'thiserror' (#1820)
We can't use #[from] on Error::Msg(String) because String does not implement Error.
(Which it shouldn't; see e.g. https://internals.rust-lang.org/t/impl-error-for-string/8881.)
So we implement From manually for Error::Msg, since our current code was written
in that way for error-chain.
2021-08-26 13:12:21 +02:00
..
ISSUE_TEMPLATE style: trim excess whitespace 2021-08-21 23:07:37 +02:00
workflows Replace deprecated 'error-chain' with 'thiserror' (#1820) 2021-08-26 13:12:21 +02:00
.codecov.yml Disable code-coverage comments 2020-08-02 21:51:23 +02:00
FUNDING.yml Add Enselic in FUNDING.yml 2021-07-26 20:11:34 +02:00
dependabot.yml Upgrade to GitHub-native Dependabot 2021-05-12 11:18:03 +02:00