Skip to main content

max / goingson

Tell cargo-machete that the EnumString derive keeps strum alive
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-23 20:10 UTC
Signed with PGP, not checked
Commit: 357a43cfa1e2b28514b688aadf4b7acff941d589
Parent: 5b4ae4a
1 file changed, +5 insertions, -0 deletions
@@ -23,3 +23,8 @@
23 23
24 24 [lints]
25 25 workspace = true
26 +
27 + [package.metadata.cargo-machete]
28 + # strum_macros' EnumString derive expands to strum::ParseError, so the runtime
29 + # crate is required even though no source file names a strum path.
30 + ignored = ["strum"]