Closed maddiemort closed 1 year ago
Yeah, I'm tempted to say it should be fine, but since Cargo can get confused with renames (it's an are where it's incredibly brittle / not up to the standards of a mature feature), I'll have to try it against a codebase extensively using the js
features, such as ditto 🤞
Fixed in https://github.com/getditto/safer_ffi/pull/155 🙂
Denying
rust_2018_idioms
flags theextern crate napi;
as unused - and if I'm understanding Rust 2018 correctly, both of these can be removed because thepub extern crate
can be turned into a re-export.Am I off-base here? I don't think this should break anything.