From 9d20ea21f197753f60d6d1ac2f22ba6360beede3 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 29 Sep 2024 16:23:52 -0700 Subject: [PATCH] One more tweak for rustfmt --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 822d5e35..10ef60dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -126,7 +126,6 @@ //! the number of sinks that can be created (except for the fact that creating too many will slow //! down your program). - #![cfg_attr(test, deny(missing_docs))] pub use cpal::{ self, traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,