chore: cleanup stale codes
This commit is contained in:
parent
11a5a35485
commit
f7a101db01
2 changed files with 0 additions and 2 deletions
crates/napi/src/bindgen_runtime/js_values
|
@ -230,7 +230,6 @@ pub mod latin1_string {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "latin1")]
|
||||
impl FromNapiValue for Latin1String {
|
||||
unsafe fn from_napi_value(env: sys::napi_env, napi_val: sys::napi_value) -> Result<Self> {
|
||||
let mut len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue