1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Deny missing docs in the config crates

This commit is contained in:
Quentin Gliech
2022-02-01 10:48:38 +01:00
parent 9af8820564
commit dd7449b92e
4 changed files with 45 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#![forbid(unsafe_code)]
#![deny(clippy::all)]
#![deny(missing_docs)]
#![deny(rustdoc::broken_intra_doc_links)]
#![warn(clippy::pedantic)]
#![allow(clippy::module_name_repetitions)]