diff options
Diffstat (limited to 'test_napi/src/strings.rs')
-rw-r--r-- | test_napi/src/strings.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_napi/src/strings.rs b/test_napi/src/strings.rs index 5029944da..af6f84189 100644 --- a/test_napi/src/strings.rs +++ b/test_napi/src/strings.rs @@ -3,7 +3,6 @@ use napi_sys::Status::napi_ok; use napi_sys::ValueType::napi_string; use napi_sys::*; -use std::ptr; extern "C" fn test_utf8(env: napi_env, info: napi_callback_info) -> napi_value { let (args, argc, _) = crate::get_callback_info!(env, info, 1); |