Skip to content

Commit 0e59788

Browse files
committed
1 parent 1079d80 commit 0e59788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qlty-cli/src/ui/format/text.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub struct TextFormatter {
1818
}
1919

2020
impl<'a> TextFormatter {
21+
// qlty-ignore: clippy:new_ret_no_self
2122
pub fn new(report: &Report, verbose: usize, summary: bool) -> Box<dyn Formatter> {
2223
Box::new(Self {
2324
report: report.clone(),

0 commit comments

Comments
 (0)