Skip to content

Commit 2f8520c

Browse files
committed
52 -- Remove @_exported Usage
1 parent 531a7d4 commit 2f8520c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Sources/RedisNIO/Exported.swift

Lines changed: 0 additions & 1 deletion
This file was deleted.

Tests/RedisNIOTests/Commands/SortedSetCommandsTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
import NIO
1516
@testable import RedisNIO
1617
import XCTest
1718

Tests/RedisNIOTests/Utilities/RedisConnection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import Foundation
16+
import NIO
1617
@testable import RedisNIO
1718

1819
extension Redis {

0 commit comments

Comments
 (0)