rust-lang/rust-clippy

Document `pub` functions in `clippy_utils`

开放

#15,569 创建于 2025年8月26日

 (11 条评论) (0 个反应) (1 位负责人)Rust (1,391 个派生)batch import
good first issue

仓库指标

星标
 (10,406 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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"

贡献者指南