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
1 changed files with 1 additions and 0 deletions

View File

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