]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-attribut...
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 5 Jul 2022 05:12:59 +0000 (10:42 +0530)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 05:12:59 +0000 (10:42 +0530)
commit9a2274cf81463280aa84d321054662d540257395
tree093d03dbfef0d94ada0eaa52fd84e64a3c3fdcf2
parent6e5f1d491a3efafcc653f204317291b4c7dd5ceb
parenteb80407d79a25cb9bdd98eca47764e57114d1d86
Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-attribute, r=fee1-dead

Suggest `#[derive(Default)]` to enums with `#[default]`

fixes #95226