Re: [PATCH 03/18] rust: kbuild: remove unused variable
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:04PM +0200, Miguel Ojeda wrote: > Since we are adding one more proc macro crate (`zerocopy-derive`), > we are refactoring their handling. > > `libpin_init_internal_extension` was added to mimic the setup for > `macros`, but it is not used, since the extension is expected to be > the same. > > Thus remove it. > > Signed-off-by: Miguel Ojeda <[email protected]> > --- > rust/Makefile | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Nicolas Schier <[email protected]>