Remove unused variable
This commit is contained in:
parent
9918260f32
commit
0c2b406cfc
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ impl<'a> Notes<'a> {
|
|||
use self::header::rebuild_header_with_tags;
|
||||
|
||||
let parser = Parser::new(JsonHeaderParser::new(None));
|
||||
alter_tags_in_files(self, matches, &parser, |old_tags, cli_tags| {
|
||||
alter_tags_in_files(self, matches, &parser, |_, cli_tags| {
|
||||
cli_tags.clone()
|
||||
}, rebuild_header_with_tags)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue