Rust Antipatterns

Rust anti-pattern detection and correction guidance. Use when reviewing or refactoring Rust code for generated-code smells, borrow-checker workarounds, unnecessary clones, Arc<Mutex> misuse, boxed indirection, deref polymorphism, deny-warnings misuse, panic/unwrap at boundaries, async overuse, leaky framework or SQL types, brittle tests, or architecture boundary violations. Do not use for ordinary Rust implementation; use rust-engineering instead.

nledford 5d384b6 6.4 KB Updated

File contents

nledford/engineering-review-board/tree/main/skills/rust-antipatterns commit 5d384b665a

Frequently asked questions

npx skillmds@latest add nledford/rust-antipatterns