File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -721,19 +721,22 @@ define_config! {
721
721
}
722
722
723
723
#[ derive( Default , Deserialize ) ]
724
+ #[ cfg_attr( test, derive( Clone ) ) ]
724
725
pub struct Stage0Metadata {
725
726
pub config : Stage0Config ,
726
727
pub checksums_sha256 : HashMap < String , String > ,
727
728
pub rustfmt : Option < RustfmtMetadata > ,
728
729
}
729
730
#[ derive( Default , Deserialize ) ]
731
+ #[ cfg_attr( test, derive( Clone ) ) ]
730
732
pub struct Stage0Config {
731
733
pub dist_server : String ,
732
734
pub artifacts_server : String ,
733
735
pub artifacts_with_llvm_assertions_server : String ,
734
736
pub git_merge_commit_email : String ,
735
737
}
736
738
#[ derive( Default , Deserialize ) ]
739
+ #[ cfg_attr( test, derive( Clone ) ) ]
737
740
pub struct RustfmtMetadata {
738
741
pub date : String ,
739
742
pub version : String ,
You can’t perform that action at this time.
0 commit comments