mirror of https://github.com/zkat/cacache-rs.git
meta(doc): increase doc-linting level
This commit is contained in:
parent
d2d7170a9c
commit
329aee2205
|
|
@ -2,6 +2,8 @@
|
||||||
//! caches. It's really fast, really good at concurrency, and it will never
|
//! 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.
|
//! give you corrupted data, even if cache files get corrupted or manipulated.
|
||||||
|
|
||||||
|
#![warn(missing_docs, missing_doc_code_examples)]
|
||||||
|
|
||||||
mod content;
|
mod content;
|
||||||
mod errors;
|
mod errors;
|
||||||
mod index;
|
mod index;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue