rust-lang/rust-clippy

Document `pub` functions in `clippy_utils`

Open

#15.569 aberto em 26 de ago. de 2025

Ver no GitHub
 (11 comments) (0 reactions) (1 assignee)Rust (1.391 forks)batch import
good first issue

Métricas do repositório

Stars
 (10.406 stars)
Métricas de merge de PR
 (Mesclagem média 16d 6h) (79 fundiu PRs em 30d)

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"

Guia do colaborador