Closed maximeborges closed 1 year ago
Also, please add a note of these changes in CHANGELOG.md
Mind fixing clippy?
Mind fixing clippy?
Somehow I don't get those errors locally, even with the same command ^^'
Somehow I don't get those errors locally, even with the same command ^^'
I see this a lot myself and it's generally because by local version of clippy is older than what CI uses. This lint may have been recently release in rust 1.70
This PR adds generation of
core::fmt::Display
forEvents
andStates
by adding the correspondingimpl_display_{states,events}
field to thestatemachine!
declaration.