File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1077,26 +1077,6 @@ mod prim_tuple {}
1077
1077
#[ doc( hidden) ]
1078
1078
impl < T > ( T , ) { }
1079
1079
1080
- // Fake impl that's only really used for docs.
1081
- #[ cfg( doc) ]
1082
- #[ stable( feature = "rust1" , since = "1.0.0" ) ]
1083
- #[ doc( fake_variadic) ]
1084
- /// This trait is implemented on arbitrary-length tuples.
1085
- impl < T : Clone > Clone for ( T , ) {
1086
- fn clone ( & self ) -> Self {
1087
- loop { }
1088
- }
1089
- }
1090
-
1091
- // Fake impl that's only really used for docs.
1092
- #[ cfg( doc) ]
1093
- #[ stable( feature = "rust1" , since = "1.0.0" ) ]
1094
- #[ doc( fake_variadic) ]
1095
- /// This trait is implemented on arbitrary-length tuples.
1096
- impl < T : Copy > Copy for ( T , ) {
1097
- // empty
1098
- }
1099
-
1100
1080
#[ rustc_doc_primitive = "f32" ]
1101
1081
/// A 32-bit floating point type (specifically, the "binary32" type defined in IEEE 754-2008).
1102
1082
///
You can’t perform that action at this time.
0 commit comments