From 47b0ff833c562d0a95e5d5ea3706235156bb54ce Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 31 May 2023 17:28:03 +0200 Subject: [PATCH] Skip formatting for bindings --- src/host/wasapi/com.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/wasapi/com.rs b/src/host/wasapi/com.rs index cea2c41df..4afb2ea15 100644 --- a/src/host/wasapi/com.rs +++ b/src/host/wasapi/com.rs @@ -1,6 +1,6 @@ //! Handles COM initialization and cleanup. -// pub(super) mod audio; +#[rustfmt::skip] pub(super) mod bindings; pub(super) mod threading;