Fix lint issues
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct FileMatch {
|
||||
impl FileMatch {
|
||||
pub fn print(&self, config: &Config) {
|
||||
let cp = ColorPrinter {
|
||||
config: config,
|
||||
config,
|
||||
file_match: self,
|
||||
};
|
||||
cp.print();
|
||||
|
||||
Reference in New Issue
Block a user