Skip to content

Commit

Permalink
Merge pull request #15042 from lorentey/hashing-caseless-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Mar 7, 2018
2 parents ae0027a + 58c8eab commit 347ff6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/public/core/Hashing.swift
Expand Up @@ -25,7 +25,7 @@ import SwiftShims

@_fixed_layout // FIXME(sil-serialize-all)
public // @testable
struct _Hashing {
enum _Hashing {
// FIXME(ABI)#41 : make this an actual public API.
@_inlineable // FIXME(sil-serialize-all)
public // SPI
Expand All @@ -48,7 +48,7 @@ struct _Hashing {

@_fixed_layout // FIXME(sil-serialize-all)
public // @testable
struct _HashingDetail {
enum _HashingDetail {

@_inlineable // FIXME(sil-serialize-all)
public // @testable
Expand Down

0 comments on commit 347ff6a

Please sign in to comment.