From b819686fc821a940bb8df8a84442aea7eea191b5 Mon Sep 17 00:00:00 2001 From: Ottatop Date: Tue, 2 Jul 2024 16:28:04 -0500 Subject: [PATCH] Add missing cfg gj me --- src/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state.rs b/src/state.rs index bfb409c35..0262f5ac1 100644 --- a/src/state.rs +++ b/src/state.rs @@ -183,6 +183,7 @@ pub struct Pinnacle { pub cursor_state: CursorState, } +#[cfg(feature = "snowcap")] impl Drop for Pinnacle { fn drop(&mut self) { if let Some(signal) = self.snowcap_stop_signal.take() {