On Thu, May 29, 2025 at 3:15 PM Tamir Duberstein <tam...@gmail.com> 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. I will fix it when applying. Cheers, Miguel