bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 165 forks source link

thiserror::Error derivations: #[from] implies #[source] #578

Closed pchickey closed 4 years ago

pchickey commented 4 years ago

"The #[from] attribute always implies that the same field is #[source], so you don't ever need to specify both attributes." - https://docs.rs/thiserror/1.0.20/thiserror/