Skip to content

Commit

Permalink
[ShareableHashedCollections] Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Nov 23, 2022
1 parent c80b844 commit 2c33149
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
//
//===----------------------------------------------------------------------===//

import _CollectionsUtilities

extension _Node {
@inlinable @inline(__always)
internal static func _emptyNode() -> _Node {
Expand Down

0 comments on commit 2c33149

Please sign in to comment.