1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-22 23:49:38 +00:00

Eliminate warning in non-MacOS builds.

This commit is contained in:
Nolan Darilek 2020-08-13 11:11:38 -05:00
parent c5b1ff1944
commit ff877acd87

View File

@ -8,6 +8,7 @@
* * WebAssembly
*/
#[cfg(target_os = "macos")]
use std::{boxed::Box, ffi::CStr};
#[cfg(target_os = "macos")]