Add the core_in_error feature and implement core::error::Error for DekuError if the core_in_error feature is enabled.
This feature is automatically enabled in Rust nightly so when using Rust nightly you get this feature by default. When using stable Rust, this feature can be optionally added.
Add the
core_in_error
feature and implementcore::error::Error
forDekuError
if thecore_in_error
feature is enabled.This feature is automatically enabled in Rust nightly so when using Rust nightly you get this feature by default. When using stable Rust, this feature can be optionally added.