You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems derivative is only used to derive the Default trait for enums in the codebase. Instead of switching to another crate (most of these crates are seems not in a very active state either), Rust has this capability built-in to set a #[derive(Default)] right now https://rust-lang.github.io/rfcs/3107-derive-default-enum.html . So I suppose derivative could be replaced with the language built-in #[default] support?
Bug Report
cargo audit reported the following issue:
The text was updated successfully, but these errors were encountered: