### What it does
Warns if there is missing doc for any documentable item
(public or private).

### Why is this bad?
Doc is good. *rustc* has a `MISSING_DOCS`
allowed-by-default lint for
public members, but has no way to enforce documentation of private items.
This lint fixes that.