diff options
| -rw-r--r-- | src/tools/compiletest/src/common.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/compiletest/src/common.rs b/src/tools/compiletest/src/common.rs index f42fa588b6e..0e00208d6ba 100644 --- a/src/tools/compiletest/src/common.rs +++ b/src/tools/compiletest/src/common.rs @@ -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 } } } |
