Fix unused warnings
This commit is contained in:
parent
7714a10f95
commit
b9fdf149be
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ static LOG_TRAMPOLINE_INSTALL: Once = Once::new();
|
||||||
|
|
||||||
pub use error::WhisperError;
|
pub use error::WhisperError;
|
||||||
pub use standalone::*;
|
pub use standalone::*;
|
||||||
|
#[cfg(any(feature = "whisper-cpp-log", feature = "whisper-cpp-tracing"))]
|
||||||
use std::sync::Once;
|
use std::sync::Once;
|
||||||
pub use utilities::*;
|
pub use utilities::*;
|
||||||
pub use whisper_ctx::WhisperContext;
|
pub use whisper_ctx::WhisperContext;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue