We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34e88f commit 19afb83Copy full SHA for 19afb83
1 file changed
src/vcp.rs
@@ -2,7 +2,6 @@ use napi_derive::napi;
2
3
#[napi(js_name = "VCPFeatureCode")]
4
pub mod vcp_feature_code {
5
- use napi::bindgen_prelude::*;
6
7
#[napi]
8
pub enum PresetFunctions {
0 commit comments