Skip to content

Commit

Permalink
Remove the comments for Message/Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Mar 7, 2022
1 parent a5ba08b commit 77c2213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Sources/SwiftProtobuf/Enum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
///
// -----------------------------------------------------------------------------

// TODO: `Enum` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.

/// Generated enum types conform to this protocol.
public protocol Enum: RawRepresentable, Hashable, _ProtoSendable {
/// Creates a new instance of the enum initialized to its default value.
Expand Down
2 changes: 0 additions & 2 deletions Sources/SwiftProtobuf/Message.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
// https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt
//

// TODO: `Message` should require `Sendable` but we cannot do so yet without possibly breaking compatibility.

/// The protocol which all generated protobuf messages implement.
/// `Message` is the protocol type you should use whenever
/// you need an argument or variable which holds "some message".
Expand Down

0 comments on commit 77c2213

Please sign in to comment.