Fix unused static issue

This commit is contained in:
Niko 2024-04-06 11:10:01 -06:00
parent f4ea0d97e4
commit a325a937e5
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -13,6 +13,7 @@ mod whisper_sys_log;
#[cfg(feature = "whisper-cpp-tracing")]
mod whisper_sys_tracing;
#[cfg(any(feature = "whisper-cpp-log", feature = "whisper-cpp-tracing"))]
static LOG_TRAMPOLINE_INSTALL: Once = Once::new();
pub use error::WhisperError;