Fix lint issues

This commit is contained in:
Cameron Cordes
2020-05-22 16:17:03 -04:00
parent a403dbda76
commit 276db68727
2 changed files with 15 additions and 16 deletions

View File

@@ -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();