Skip to content

Commit adf1904

Browse files
authored
Remove ASAPScheduler redundant conformance (#125) (#126)
* Remove ASAPScheduler redundant conformance (#125) * Update Mintfile * Revert code-gen
1 parent 041e80d commit adf1904

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Mintfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
realm/SwiftLint@0.45.0
2-
krzysztofzablocki/Sourcery@1.6.0
1+
realm/SwiftLint@0.46.2
2+
krzysztofzablocki/Sourcery@1.6.1
33
DoccZz/docc2html@0.5.2

Sources/SwiftRex/Foundation/ASAPScheduler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
/// as soon as its new RunLoop starts (depending on the DispatchQueue.SchedulerOptions provided).
1010
/// Use ``ASAPScheduler.default`` in order to use this Scheduler.
1111
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
12-
public struct ASAPScheduler: Scheduler {
12+
public struct ASAPScheduler {
1313
public static let `default` = ASAPScheduler()
1414

1515
private init() {

Tests/SwiftRexTests/CodeGeneration/AutoMockable.generated.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Generated using Sourcery 0.18.0 — https://github.com/krzysztofzablocki/Sourcery
1+
// Generated using Sourcery 1.6.1 — https://github.com/krzysztofzablocki/Sourcery
22
// DO NOT EDIT
3-
43
// swiftlint:disable all
54
import Foundation
65
@testable import SwiftRex

0 commit comments

Comments
 (0)