Skip to content

Commit 4a4c6c0

Browse files
authored
Update ObjectIdentifier.swift
1 parent c2159e2 commit 4a4c6c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/ObjectIdentifier.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
/// lifetime of an object. When the instance gets deallocated, its object
2020
/// identifier may be reused for a different object. (Internally, objects are
2121
/// identified by their memory location.)
22-
///
23-
/// If you need an object identifier over the lifetime of an object, it may
24-
/// be appropriate to provide a custom implementation of `Identifiable`.
2522
@frozen // trivial-implementation
2623
public struct ObjectIdentifier {
2724
@usableFromInline // trivial-implementation

0 commit comments

Comments
 (0)