Skip to content

Commit dda9122

Browse files
style: fix latest clippy warnings
1 parent 3cd1783 commit dda9122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl GitRepository {
5454
Ok(Self { repo_dir })
5555
}
5656

57-
pub fn tags(&self) -> Result<GitTags> {
57+
pub fn tags(&self) -> Result<GitTags<'_>> {
5858
let out = Command::new("git")
5959
.arg("tag")
6060
.current_dir(&self.repo_dir)

0 commit comments

Comments
 (0)