@@ -1019,7 +1019,7 @@ where
10191019
10201020 #[ inline]
10211021 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
10231023 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
10241024 }
10251025}
@@ -1168,7 +1168,7 @@ where
11681168
11691169 #[ inline]
11701170 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
11721172 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
11731173 }
11741174}
@@ -1312,7 +1312,7 @@ where
13121312
13131313 #[ inline]
13141314 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
13161316 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
13171317 }
13181318}
@@ -1550,7 +1550,7 @@ where
15501550
15511551 #[ inline]
15521552 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
15541554 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
15551555 }
15561556}
@@ -1848,7 +1848,7 @@ where
18481848
18491849 #[ inline]
18501850 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
18521852 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
18531853 }
18541854}
@@ -1967,7 +1967,7 @@ where
19671967
19681968 #[ inline]
19691969 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
19711971 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
19721972 }
19731973}
@@ -2102,7 +2102,7 @@ where
21022102
21032103 #[ inline]
21042104 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
21062106 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
21072107 }
21082108}
@@ -2200,7 +2200,7 @@ where
22002200
22012201 #[ inline]
22022202 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
22042204 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
22052205 }
22062206}
@@ -2403,7 +2403,7 @@ where
24032403
24042404 #[ inline]
24052405 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
24072407 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
24082408 }
24092409}
@@ -2530,7 +2530,7 @@ where
25302530
25312531 #[ inline]
25322532 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
25342534 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
25352535 }
25362536}
@@ -2712,7 +2712,7 @@ where
27122712
27132713 #[ inline]
27142714 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
27162716 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
27172717 }
27182718}
@@ -2879,7 +2879,7 @@ where
28792879
28802880 #[ inline]
28812881 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
28832883 unsafe { SourceIter :: as_inner ( & mut self . iter ) }
28842884 }
28852885}
0 commit comments