Fix unused warnings

This commit is contained in:
Niko 2024-04-06 11:33:21 -06:00
parent 7714a10f95
commit b9fdf149be
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -18,6 +18,7 @@ static LOG_TRAMPOLINE_INSTALL: Once = Once::new();
pub use error::WhisperError;
pub use standalone::*;
#[cfg(any(feature = "whisper-cpp-log", feature = "whisper-cpp-tracing"))]
use std::sync::Once;
pub use utilities::*;
pub use whisper_ctx::WhisperContext;