mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-26 01:33:44 +01: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. |
||
---|---|---|
.. | ||
CICD.yml |