On Tue, 09 Jun 2026 19:19:42 +0100 Gary Guo <[email protected]> wrote: > > I think I just kept it as is when rebasing. It's file to have them grouped in > the crate to.
Thanks for confirming! > This one is using size_of, align_of, c_void which are all in prelude. However > it > looks like I forgot to actually remove these imports in the last version, and > I > didn't change it during rebase. Ah, I see, makes sense. > Are you okay with fixing during applying, or do you want me to send a new > version? I did it on my side. I also tweaked a couple more bits: they were already `no_inline`, and I noted that they sadly do not appear in the prelude anymore, but the change looks fine and that may be more of a `rustdoc`-side issue or design choice. Cheers, Miguel
