Skip to content

Commit dd8ec60

Browse files
committed
Proposal #6: remove internal API from API diffs
1 parent e8b0650 commit dd8ec60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proposals/0006-apply-api-guidelines-to-the-standard-library.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,6 @@ public struct OpaquePointer : ... {
664664
+ /// Creates an unsafe holder of an object having the given
665665
+ /// `bitPattern`.
666666
+ public init(bitPattern: OpaquePointer)
667-
+
668-
+ internal unowned(unsafe) var _storage: Object
669667
+}
670668
+
671669
+extension OpaquePointer {

0 commit comments

Comments
 (0)