File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import Swift
23
23
///
24
24
/// Extension encapsulating error messages and the context for `DecodingError`s.
25
25
///
26
- internal
27
26
extension DecodingError {
28
27
29
28
// MARK: - `DecodingError.keyNotFound` errors.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public class EncodedData {
75
75
76
76
/// Support to/from UnsafeRawBuffers.
77
77
///
78
- public extension EncodedData {
78
+ extension EncodedData {
79
79
80
80
// MARK: UnsafeRawBufferPointer Support
81
81
@@ -99,7 +99,7 @@ public extension EncodedData {
99
99
100
100
/// Support to/from Array<UInt8>
101
101
///
102
- public extension EncodedData {
102
+ extension EncodedData {
103
103
104
104
// MARK: Byte Array ([UInt8]) Support
105
105
@@ -114,7 +114,7 @@ public extension EncodedData {
114
114
115
115
/// `Swift.Data` support for `EncodedData`.
116
116
///
117
- public extension EncodedData {
117
+ extension EncodedData {
118
118
119
119
// MARK: `Swift.Data` Support
120
120
You can’t perform that action at this time.
0 commit comments