Fix unused static issue
This commit is contained in:
parent
f4ea0d97e4
commit
a325a937e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue