Skip to content

Commit

Permalink
from abi doesn't need to throw
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrix committed Dec 23, 2024
1 parent aba3a50 commit 11731e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftwinrt/Resources/Support/WinRTBridgeable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public protocol ToAbi {
@_spi(WinRTInternal)
public protocol FromAbi {
associatedtype ABI
static func from(abi: ABI) throws -> Self
static func from(abi: ABI) -> Self
}

@_spi(WinRTInternal)
Expand Down

0 comments on commit 11731e7

Please sign in to comment.