Skip to content

Commit

Permalink
Use @retroactive conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Sep 21, 2024
1 parent fbd6bbc commit 544c616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Clang+SourceKitten.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public struct ClangAvailability {
public let unavailableMessage: String?
}

extension CXString: CustomStringConvertible {
extension CXString: @retroactive CustomStringConvertible {
func str() -> String? {
if let cString = clang_getCString(self) {
return String(validatingUTF8: cString)
Expand Down

0 comments on commit 544c616

Please sign in to comment.