mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 00:21:35 +03:00
remove unnecessary lifetime annotations
This commit is contained in:
parent
3dded08458
commit
babfa974ce
@ -630,7 +630,7 @@ impl Repository {
|
||||
&self.git_repository
|
||||
}
|
||||
|
||||
fn signatures<'a>(&self) -> Result<(git2::Signature<'a>, git2::Signature<'a>)> {
|
||||
fn signatures(&self) -> Result<(git2::Signature, git2::Signature)> {
|
||||
let config = self.config();
|
||||
|
||||
let author = match (config.user_name()?, config.user_email()?) {
|
||||
|
Loading…
Reference in New Issue
Block a user