diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-11-09 14:44:54 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-11-09 14:44:54 +0100 |
| commit | 488dd9bc737f20e95104b9d7ab9d1769cac25f7e (patch) | |
| tree | 53f389a122205e85c16315ac83104408d2018528 | |
| parent | 580fa0c1a9d4d5f90988c55bde7c77cdce52c3b1 (diff) | |
fmt
| -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 } } } |
