summary refs log tree commit diff
path: root/src/test/compile-fail/lint-missing-doc.rs
AgeCommit message (Collapse)AuthorLines
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-7/+5
Closes #5495
2013-05-30Allow doc(hidden) and --test to disable doc lintingAlex Crichton-0/+13
2013-05-30Make missing documentation linting more robustAlex Crichton-0/+72
Add some more cases for warning about missing documentation, and also add a test to make sure it doesn't die in the future.