We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580fa0c commit 488dd9bCopy full SHA for 488dd9b
src/tools/compiletest/src/common.rs
@@ -448,10 +448,7 @@ impl Config {
448
}
449
450
pub fn git_config(&self) -> GitConfig<'_> {
451
- GitConfig {
452
- git_repository: &self.git_repository,
453
- nightly_branch: &self.nightly_branch,
454
- }
+ GitConfig { git_repository: &self.git_repository, nightly_branch: &self.nightly_branch }
455
456
457
0 commit comments