File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -809,7 +809,7 @@ You usually don't need to write conformance to these protocols ---
809809instead, Swift implicitly adds the conformance for you,
810810as described in < doc:Protocols#Implicit-Conformance-to-a-Protocol > .
811811
812- <!-- XXX TR : Mention why you might define your own empty protocols? -->
812+ <!-- TODO : Mention why you might define your own empty protocols. -->
813813
814814## Protocols as Types
815815
@@ -1462,8 +1462,6 @@ https://github.com/apple/swift-system/blob/main/Sources/System/FileDescriptor.sw
14621462
14631463See also this PR that adds Sendable conformance to FileDescriptor:
14641464https://github.com/apple/swift-system/pull/112
1465-
1466- XXX SE-0390 uses the same example but ~Copyable -- is that better?
14671465-->
14681466
14691467The code above shows part of a wrapper around POSIX file descriptors.
You can’t perform that action at this time.
0 commit comments