Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a539765

Browse files
remove debug Swift.CaseIterable
1 parent 65fc7d2 commit a539765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Sources/FluentPostgreSQL/PostgreSQLEnum.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public protocol PostgreSQLEnum: PostgreSQLExpressionRepresentable, Swift.CaseIterable, Codable, ReflectionDecodable, PostgreSQLDataTypeStaticRepresentable, RawRepresentable where Self.RawValue: LosslessStringConvertible {
1+
public protocol PostgreSQLEnum: PostgreSQLExpressionRepresentable, CaseIterable, Codable, ReflectionDecodable, PostgreSQLDataTypeStaticRepresentable, RawRepresentable where Self.RawValue: LosslessStringConvertible {
22
static var postgreSQLEnumTypeName: String { get }
33
}
44

‎Tests/FluentPostgreSQLTests/FluentPostgreSQLTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class FluentPostgreSQLTests: XCTestCase {
117117

118118
func testGH21() throws {
119119
/// - types
120-
enum PetType: Int, Swift.CaseIterable, ReflectionDecodable, Codable {
120+
enum PetType: Int, CaseIterable, ReflectionDecodable, Codable {
121121
static let allCases: [PetType] = [.cat, .dog]
122122
case cat = 0
123123
case dog = 1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /