Re: [PATCH 07/18] rust: kbuild: support `skip_clippy` for `rustc_procmacro`
Nicolas Schier <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 02, 2026 at 07:29:08PM +0200, Miguel Ojeda wrote: > Certain vendored crates, like the upcoming `zerocopy-derive`, do not > need to be built with Clippy since we `--cap-lints=allow` them anyway. > > Thus add support to skip Clippy for proc macro crates. > > Signed-off-by: Miguel Ojeda <[email protected]> > --- > rust/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Nicolas Schier <[email protected]> -- Nicolas