From ce5f74b75601b7edbfd32dc56c9ed335712fc151 Mon Sep 17 00:00:00 2001 From: Tristan Murphy <72839119+inflectrix@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:41:57 +0000 Subject: [PATCH] add docs warning --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index cb0e524..501943f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![warn(missing_docs)] + pub mod topology; pub mod runnable;