diff --git a/Cargo.toml b/Cargo.toml index 05bc62f..df0e72f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70.0" [lints.rust] rust_2018_idioms = { level = "warn", priority = -1 } unreachable_pub = "warn" -# TODO: missing_docs = "warn" +missing_docs = "warn" unexpected_cfgs = "allow" # for `docsrs` [lints.clippy]