max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
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"] |