summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index bb9c0bf4..b2ddfbd5 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -30,6 +30,8 @@
//! # }
//! ```
+#![warn(missing_docs)]
+
extern crate openpgp;
extern crate sequoia_core;