Skip to content

Commit

Permalink
Merge pull request #243 from lorentey/fix-missing-import
Browse files Browse the repository at this point in the history
[ShareableHashedCollections] Add missing import
  • Loading branch information
lorentey committed Nov 29, 2022
2 parents c80b844 + 2c33149 commit d1f1ab0
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 d1f1ab0

Please sign in to comment.