rust-lang/rust-clippy

Document `pub` functions in `clippy_utils`

Aperta

#15.569 aperta il 26 ago 2025

 (11 commenti) (0 reazioni) (1 assegnatario)Rust (1391 fork)batch import
good first issue

Metriche repository

Star
 (10.406 stelle)
Metriche merge PR
 (Merge medio 19g 22h) (113 PR mergiate in 30 g)

Descrizione

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"

Guida contributor