chore: remove unused import

This commit is contained in:
naskya 2023-12-27 15:15:51 +09:00
parent 9eccdd3044
commit 32320d03fe
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,4 @@
use napi::{bindgen_prelude::*, Error, Status}; use napi::{Error, Status};
use napi_derive::napi; use napi_derive::napi;
static CHAR_COLLECTION: &str = "0123456789abcdefghijklmnopqrstuvwxyz"; static CHAR_COLLECTION: &str = "0123456789abcdefghijklmnopqrstuvwxyz";