rust-lang/rust-clippy

Move `excessive_nesting` to `pedantic`

Aberta

#14.923 aberto em 30 de mai. de 2025

 (3 comentários) (0 reação) (1 responsável)Rust (1.391 forks)batch import
A-categorygood first issue

Métricas do repositório

Stars
 (10.406 estrelas)
Métricas de merge de PR
 (Mesclagem média 19d 22h) (113 fundiu PRs em 30d)

Description

This was originally put in complexity but with a useless value set as the config option.

I don't really see this as being beneficial anymore as other lints, such as too_many_lines, could do the same, but are completely fine in pedantic and are probably acted upon when using #![warn(clippy::pedantic). I think we should do the same with a value like 6, which seems in the same general ballpark as too_many_lines' 100.

Guia do colaborador