infinyon / node-bindgen

Easy way to write Node.js module using Rust
Apache License 2.0
527 stars 44 forks source link

fix clippy warnings #295

Closed ThoFrank closed 4 months ago

ThoFrank commented 5 months ago

Fix clippy warnings which came up in #294

sehz commented 5 months ago

still clippy failures

sehz commented 4 months ago

@morenol there was some code removed. WDYT?

morenol commented 4 months ago

@morenol there was some code removed. WDYT?

most of the removed code seems unused and not exported in crate public apis.