meta(doc): increase doc-linting level

This commit is contained in:
Kat Marchán 2019-06-30 23:20:34 -07:00
parent d2d7170a9c
commit 329aee2205
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
//! caches. It's really fast, really good at concurrency, and it will never
//! give you corrupted data, even if cache files get corrupted or manipulated.
#![warn(missing_docs, missing_doc_code_examples)]
mod content;
mod errors;
mod index;