mirror of
https://github.com/sharkdp/bat
synced 2024-11-14 16:17:20 +00:00
19c3e82abf
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. |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
.codecov.yml | ||
dependabot.yml | ||
FUNDING.yml |