Skip to content

Commit

Permalink
adding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 22, 2024
1 parent 4bb0c00 commit 023c0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/AwsCommonRuntimeKit/crt/CBOR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Foundation

/// CBOR Types. These types don't map one-to-one to the CBOR RFC.
/// Numbers will be encoded using the "smallest possible" encoding.
/// Warning: This enum is non-exhaustive and subject to change in the future.
public enum CBORType: Equatable {
/// UINT64 type for positive numbers.
case uint(_ value: UInt64)
Expand Down

0 comments on commit 023c0d0

Please sign in to comment.