On Sun, Jul 20, 2025 at 6:20 PM Miguel Ojeda <[email protected]> wrote: > > On Thu, May 29, 2025 at 3:15 PM Tamir Duberstein <[email protected]> wrote: > > > > + write!(&mut candidates, " {path:?}").unwrap(); > > I assume this was supposed to be `writeln!`; otherwise, we lose the > newlines and the indent does not make much sense.
Duh, yes, that's right. > I will fix it when applying. Thank you!

