MAX_NESTING_DEPTH

Constant MAX_NESTING_DEPTH 

Source
pub const MAX_NESTING_DEPTH: usize = 4;
Expand description

Maximum if/else nesting depth before warning (structural lint) 4 levels deep is the threshold - beyond this, consider cond or helper words