1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Rust10,406 stars (10,406 stars)1,391 forks (1,391 forks)batch import
A-lintL-guidelinesT-middlegood first issue
- Issue type
- documentation
- Research direction
- 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.