Peternator7 / strum

A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.81k stars 152 forks source link

Fix doc comment for strum::EnumIter macro #253

Closed kesyog closed 1 year ago

kesyog commented 1 year ago

The EnumIter macro's doc comment has a typo around the implemented trait. The implemented trait is strum::IntoEnumIterator.

Peternator7 commented 1 year ago

Good catch. Thanks!