Skip to content

Commit

Permalink
Merge pull request #318 from kishikawakatsumi/kk/revert-303
Browse files Browse the repository at this point in the history
Revert #303: Restore RawRepresentable conformance
  • Loading branch information
kishikawakatsumi authored Apr 2, 2017
2 parents bcd9c91 + da04a98 commit c8eea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/KeychainAccess/Keychain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ public enum Status: OSStatus, Error {
case unexpectedError = -99999
}

extension Status: CustomStringConvertible {
extension Status: RawRepresentable, CustomStringConvertible {

public init(status: OSStatus) {
if let mappedStatus = Status(rawValue: status) {
Expand Down

0 comments on commit c8eea2d

Please sign in to comment.