Skip to content

Commit e225946

Browse files
committed
fix: fix reference mutable type annotation in Windows
1 parent 4ea0ed3 commit e225946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<'a, W: Write> Printer<'a, W> {
164164
}
165165

166166
#[cfg(not(unix))]
167-
fn print_entry_uncolorized(&self, entry: &DirEntry) -> io::Result<()> {
167+
fn print_entry_uncolorized(&mut self, entry: &DirEntry) -> io::Result<()> {
168168
self.print_entry_uncolorized_base(entry)
169169
}
170170

0 commit comments

Comments
 (0)