Skip to content

Commit fbdf503

Browse files
committed
make LambdaRuntimeError package to be inlinable
1 parent b60d6e5 commit fbdf503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
@usableFromInline
16-
public struct LambdaRuntimeError: Error {
16+
package struct LambdaRuntimeError: Error {
1717
@usableFromInline
18-
1918
package enum Code: Sendable {
2019
/// internal error codes for LambdaRuntimeClient
2120
case closingRuntimeClient

0 commit comments

Comments
 (0)