Skip to content

Commit

Permalink
Make LookupResult public (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored Aug 30, 2023
1 parent 77010df commit c28fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SnapshotPreviewsCore/ConformanceLookup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private func getTypeName(descriptor: UnsafePointer<TargetModuleContextDescriptor
}
}

typealias LookupResult = (name: String, accessor: () -> UInt64, proto: String)
public typealias LookupResult = (name: String, accessor: () -> UInt64, proto: String)

private func parseConformance(conformance: UnsafePointer<ProtocolConformanceDescriptor>) -> LookupResult? {
let flags = conformance.pointee.conformanceFlags
Expand Down

0 comments on commit c28fb24

Please sign in to comment.