summaryrefslogtreecommitdiffstats
path: root/autocrypt/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-20 08:15:35 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-20 08:23:44 +0100
commit41e3f130a28b2076e58e3e63aaf1fa2856719c81 (patch)
tree47072cc2c7ac3e0dee24db04bc36a37b52f920a2 /autocrypt/src
parent91b7a8c0299fad67cc32521c4dca8bafc5824a03 (diff)
Turn missing documentation into a warning in all crates.
Diffstat (limited to 'autocrypt/src')
-rw-r--r--autocrypt/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/autocrypt/src/lib.rs b/autocrypt/src/lib.rs
index d9a7dfc8..bdbb6b8a 100644
--- a/autocrypt/src/lib.rs
+++ b/autocrypt/src/lib.rs
@@ -13,6 +13,7 @@
#![doc(html_favicon_url = "https://docs.sequoia-pgp.org/favicon.png")]
#![doc(html_logo_url = "https://docs.sequoia-pgp.org/logo.svg")]
+#![warn(missing_docs)]
use base64;