Anti Patterns

Identify and refactor Rust anti-patterns and clippy anti-idioms. Use when reviewing Rust code for smells, hunting anti-patterns to fix or remove, or refactoring code that clones to satisfy the borrow checker, takes &String/&Vec parameters, unwraps on fallible paths, or returns sentinel values instead of Option/Result.

vinnie357 25f308a 2 files · 10.7 KB Updated

File contents

vinnie357/claude-skills/tree/main/plugins/languages/rust/skills/anti-patterns commit 25f308a5c1

Frequently asked questions

npx skillmds add vinnie357/anti-patterns