File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ extension RawSpan {
304
304
}
305
305
}
306
306
307
- //MARK: extracting sub-spans
307
+ // MARK: extracting sub-spans
308
308
@_disallowFeatureSuppression ( NonescapableTypes)
309
309
@available ( SwiftStdlib 6 . 1 , * )
310
310
extension RawSpan {
@@ -479,7 +479,7 @@ extension RawSpan {
479
479
}
480
480
}
481
481
482
- //MARK: load
482
+ // MARK: load
483
483
@_disallowFeatureSuppression ( NonescapableTypes)
484
484
@available ( SwiftStdlib 6 . 1 , * )
485
485
extension RawSpan {
@@ -633,7 +633,7 @@ extension RawSpan {
633
633
}
634
634
}
635
635
636
- //MARK: one-sided slicing operations
636
+ // MARK: one-sided slicing operations
637
637
@_disallowFeatureSuppression ( NonescapableTypes)
638
638
@available ( SwiftStdlib 6 . 1 , * )
639
639
extension RawSpan {
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ extension Span where Element: BitwiseCopyable {
529
529
}
530
530
}
531
531
532
- //MARK: sub-spans
532
+ // MARK: sub-spans
533
533
@_disallowFeatureSuppression ( NonescapableTypes)
534
534
@available ( SwiftStdlib 6 . 1 , * )
535
535
extension Span where Element: ~ Copyable {
@@ -645,7 +645,7 @@ extension Span where Element: ~Copyable {
645
645
}
646
646
}
647
647
648
- //MARK: UnsafeBufferPointer access hatch
648
+ // MARK: UnsafeBufferPointer access hatch
649
649
@_disallowFeatureSuppression ( NonescapableTypes)
650
650
@available ( SwiftStdlib 6 . 1 , * )
651
651
extension Span where Element: ~ Copyable {
@@ -740,7 +740,7 @@ extension Span where Element: ~Copyable {
740
740
}
741
741
}
742
742
743
- //MARK: prefixes and suffixes
743
+ // MARK: prefixes and suffixes
744
744
@_disallowFeatureSuppression ( NonescapableTypes)
745
745
@available ( SwiftStdlib 6 . 1 , * )
746
746
extension Span where Element: ~ Copyable {
You can’t perform that action at this time.
0 commit comments