rust-lang/rust-clippy

Warn if file contains large number of items

Open

#2261 opened on Dec 6, 2017

View on GitHub
 (6 comments) (2 reactions) (0 assignees)Rust (10,406 stars) (1,391 forks)batch import
A-lintL-guidelinesT-ASTgood first issue

Description

Basically a lint that pushes people to factor their code into multiple files. I have no idea exactly how this would be computed, but it'd be nice to have in some form.

Contributor guide