@@ -1019,7 +1019,7 @@ where
1019
1019
1020
1020
#[ inline]
1021
1021
unsafe fn as_inner ( & mut self ) -> & mut S {
1022
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1022
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1023
1023
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1024
1024
}
1025
1025
}
@@ -1168,7 +1168,7 @@ where
1168
1168
1169
1169
#[ inline]
1170
1170
unsafe fn as_inner ( & mut self ) -> & mut S {
1171
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1171
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1172
1172
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1173
1173
}
1174
1174
}
@@ -1312,7 +1312,7 @@ where
1312
1312
1313
1313
#[ inline]
1314
1314
unsafe fn as_inner ( & mut self ) -> & mut S {
1315
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1315
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1316
1316
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1317
1317
}
1318
1318
}
@@ -1550,7 +1550,7 @@ where
1550
1550
1551
1551
#[ inline]
1552
1552
unsafe fn as_inner ( & mut self ) -> & mut S {
1553
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1553
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1554
1554
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1555
1555
}
1556
1556
}
@@ -1848,7 +1848,7 @@ where
1848
1848
1849
1849
#[ inline]
1850
1850
unsafe fn as_inner ( & mut self ) -> & mut S {
1851
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1851
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1852
1852
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1853
1853
}
1854
1854
}
@@ -1967,7 +1967,7 @@ where
1967
1967
1968
1968
#[ inline]
1969
1969
unsafe fn as_inner ( & mut self ) -> & mut S {
1970
- // Safety : unsafe function forwarding to unsafe function with the same requirements
1970
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
1971
1971
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
1972
1972
}
1973
1973
}
@@ -2102,7 +2102,7 @@ where
2102
2102
2103
2103
#[ inline]
2104
2104
unsafe fn as_inner ( & mut self ) -> & mut S {
2105
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2105
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2106
2106
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2107
2107
}
2108
2108
}
@@ -2200,7 +2200,7 @@ where
2200
2200
2201
2201
#[ inline]
2202
2202
unsafe fn as_inner ( & mut self ) -> & mut S {
2203
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2203
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2204
2204
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2205
2205
}
2206
2206
}
@@ -2403,7 +2403,7 @@ where
2403
2403
2404
2404
#[ inline]
2405
2405
unsafe fn as_inner ( & mut self ) -> & mut S {
2406
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2406
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2407
2407
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2408
2408
}
2409
2409
}
@@ -2530,7 +2530,7 @@ where
2530
2530
2531
2531
#[ inline]
2532
2532
unsafe fn as_inner ( & mut self ) -> & mut S {
2533
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2533
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2534
2534
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2535
2535
}
2536
2536
}
@@ -2712,7 +2712,7 @@ where
2712
2712
2713
2713
#[ inline]
2714
2714
unsafe fn as_inner ( & mut self ) -> & mut S {
2715
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2715
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2716
2716
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2717
2717
}
2718
2718
}
@@ -2879,7 +2879,7 @@ where
2879
2879
2880
2880
#[ inline]
2881
2881
unsafe fn as_inner ( & mut self ) -> & mut S {
2882
- // Safety : unsafe function forwarding to unsafe function with the same requirements
2882
+ // SAFETY : unsafe function forwarding to unsafe function with the same requirements
2883
2883
unsafe { SourceIter :: as_inner ( & mut self . iter ) }
2884
2884
}
2885
2885
}
0 commit comments