On Mon, Jun 29, 2026 at 2:43 PM Zhongqiu Han <[email protected]> wrote: > > If the preferred style is to place each imported item on its own line, > shouldn't imports such as > > cpu, cpufreq, > > be formatted similarly as well?
Indeed, good eyes. To do what we want, `rustfmt` needs the `//` at the end of that level too (in the future, it will be without the `//`), i.e. the patch probably passes `rustfmtcheck`, but it still needs to split that line and add the other `//`. Cheers, Miguel
