This commit is contained in:
Pietro Albini 2023-11-09 14:44:54 +01:00
parent 580fa0c1a9
commit 488dd9bc73
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E
1 changed files with 1 additions and 4 deletions

View File

@ -448,10 +448,7 @@ impl Config {
}
pub fn git_config(&self) -> GitConfig<'_> {
GitConfig {
git_repository: &self.git_repository,
nightly_branch: &self.nightly_branch,
}
GitConfig { git_repository: &self.git_repository, nightly_branch: &self.nightly_branch }
}
}