needless borrows found in clippy
This commit is contained in:
parent
87faaec7a3
commit
6edc6a13d4
18 changed files with 35 additions and 35 deletions
|
@ -141,7 +141,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||
("clippy.toml", false)
|
||||
};
|
||||
|
||||
let (conf, errors) = utils::conf::read_conf(&file_name, must_exist);
|
||||
let (conf, errors) = utils::conf::read_conf(file_name, must_exist);
|
||||
|
||||
// all conf errors are non-fatal, we just use the default conf in case of error
|
||||
for error in errors {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue