mirror of
https://example.com
synced 2024-11-22 12:46:39 +09:00
chore: remove unused import
This commit is contained in:
parent
9eccdd3044
commit
32320d03fe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use napi::{bindgen_prelude::*, Error, Status};
|
||||
use napi::{Error, Status};
|
||||
use napi_derive::napi;
|
||||
|
||||
static CHAR_COLLECTION: &str = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
|
|
Loading…
Reference in a new issue