← Rule catalog

Structure · Maintainability

rust_doctor::structure::near_duplicate_function_body

Factor the shared shape into one function and pass what differs, or keep both and record why they must stay apart.

Category
Maintainability
Default level
warn
Tier
P3
Producer
Structure

What it reads

Complexity, and families of near-duplicate code.

Tier

Lowest tier: real, and rarely urgent.

The tier bounds how severe a rule may be; its category bounds the tier.

Change it

Turn it off, or make it blocking, without touching the code it flags:

rust-doctor --rule rust_doctor::structure::near_duplicate_function_body=off .
rust-doctor --rule rust_doctor::structure::near_duplicate_function_body=error .

Set it once in rust-doctor.toml

Other Maintainability rules