1 留言 (1 留言)0 反應 (0 反應)1 負責人 (1 負責人)Rust10,406 star (10,406 star)1,391 fork (1,391 fork)batch import
A-lintL-guidelinesT-middlegood first issue
- 議題類型
- documentation
- 研究方向
- Explore existing clippy lints related to documentation, such as missing docs. Understand the structure for adding a new lint. The issue references Rust API guidelines; review the specific guideline about error documentation. Check if the assignee has any work in progress. The lint should verify that function docs contain an 'Errors' section when the function returns Result or similar. Relevant files: clippy lints/src/ directory.