rust-lang/rust-clippy

Document `pub` functions in `clippy_utils`

Ouverte

#15 569 ouverte le 26 août 2025

 (11 commentaires) (0 réaction) (1 personne assignée)Rust (1 391 forks)batch import
good first issue

Métriques du dépôt

Stars
 (10 406 étoiles)
Métriques de merge PR
 (Merge moyen 19j 22h) (113 PRs mergées en 30 j)

Description

Description

Quite a lot of functions in clippy_utils lack documentation. Ideally, the missing_docs lint should be enabled on this crate, except for selected entities such as the static path definitions in the paths module (which might be moved into a submodule).

Note: we are not looking for LLM generated verbose documentation.

Version

Additional Labels

@rustbot label "+good first issue"

Guide contributeur