cloud-hypervisor/arch
Philipp Schuster 9bd9c0cb71 misc: replace manual From<T> for *Error with #[from]
This is a small simplification we can use since we use `thiserror`
anyway. Note that `#[from]` implies `#[source]` [0].

[0]: https://docs.rs/thiserror/2.0.12/thiserror/index.html

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
2025-06-12 15:55:54 +00:00
..
src misc: replace manual From<T> for *Error with #[from] 2025-06-12 15:55:54 +00:00
Cargo.toml misc: streamline thiserror cargo dep 2025-05-28 17:24:34 +00:00