rodrimati1992 / abi_stable_crates

Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.
Apache License 2.0
528 stars 30 forks source link

`#[sabi_trait]` with `#[warn(clippy::empty_docs)]` #116

Open timotheyca opened 3 months ago

timotheyca commented 3 months ago

Clippy recently(-ish) stabilised a new lint, and code generated by #[sabi_trait] seems to fail it.

From recursive macro expansion:

#[doc = r""]
pub obj: Broker_Backend<_ErasedPtr>,