rust-lang/rust-clippy

Document `pub` functions in `clippy_utils`

オープン

#15,569 opened on 2025/08/26

 (11 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (1,391 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (10,406 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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"

コントリビューターガイド