From 86b9c2b3ddd75b35c831839fe4c8dc637ec9456c Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Tue, 12 Jul 2022 13:33:32 +0100 Subject: [PATCH] Deny missing docs in mixer --- agb/src/sound/mixer/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agb/src/sound/mixer/mod.rs b/agb/src/sound/mixer/mod.rs index 1ba70488..16ca4cd8 100644 --- a/agb/src/sound/mixer/mod.rs +++ b/agb/src/sound/mixer/mod.rs @@ -1,3 +1,5 @@ +#![deny(missing_docs)] + //! # agb mixer //! //! The agb software mixer allows for high performance playing of background music