neon-bindings / neon

Rust bindings for writing safe and fast native Node.js modules.
https://www.neon-bindings.com/
Apache License 2.0
7.98k stars 282 forks source link

Remove ignore from macro doc tests #1028

Closed kjvalencik closed 5 months ago

kjvalencik commented 5 months ago

Doc tests in neon-macros are currently ignore because it would create a recursive dependency which would prevent publishing.

However, once Neon 1.1.x is published, we can rely on the published version to break the cycle. This will remove the untested warning from the examples.

kjvalencik commented 5 months ago

Closing. Documentation can be moved to a re-export inside Neon.