We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7320e5 commit 2484b66Copy full SHA for 2484b66
stdlib/public/core/Span/MutableRawSpan.swift
@@ -24,7 +24,7 @@ public struct MutableRawSpan: ~Copyable & ~Escapable {
24
25
@_alwaysEmitIntoClient
26
internal func _start() -> UnsafeMutableRawPointer {
27
- unsafe _pointer.unsafelyUnwrapped
+ unsafe _pointer._unsafelyUnwrappedUnchecked
28
}
29
30
stdlib/public/core/Span/MutableSpan.swift
@@ -25,7 +25,7 @@ public struct MutableSpan<Element: ~Copyable & ~Escapable>
31
0 commit comments