Re: [GIT PULL] Rust for 6.13

From: Linus Torvalds
Date: Tue Nov 26 2024 - 20:57:51 EST


On Tue, 26 Nov 2024 at 16:19, Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> Doing the latter would leave you with what linux-next has for those
> `use`s. You can also move the `ffi::...` one inside the `crate::...`
> import and run `rustfmt` which makes it look a bit more consistent:

Ok, thanks. Done.

Linus