rust/src/librustc_lint
Manish Goregaokar 2c0329cfa8 Rollup merge of #23852 - cmr:missing_doc, r=Manishearth
Due to a long-standing conservative approach to trait exports, all traits are
considered exported. However, the missing_docs lint uses the export map to
determine if something is public and ought to have documentation. This commit
modifies the lint to check if traits are private before emitting the warning.

Closes #11592
2015-03-31 09:04:37 +05:30
..
builtin.rs Rollup merge of #23852 - cmr:missing_doc, r=Manishearth 2015-03-31 09:04:37 +05:30
lib.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00