We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b537795 commit 210d83cCopy full SHA for 210d83c
crates/ruff/src/printer.rs
@@ -362,7 +362,7 @@ impl Printer {
362
writer,
363
"{:>count_width$}\t{:<code_width$}\t{}{}",
364
statistic.count.to_string().bold(),
365
- statistic.code.as_ref().unwrap_or_default().red().bold(),
+ statistic.code.unwrap_or_default().red().bold(),
366
if any_fixable {
367
if statistic.fixable {
368
&fixable
0 commit comments