File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ public enum SpanAttribute: Equatable {
327
327
case string( String )
328
328
case stringArray( [ String ] )
329
329
330
- case __DO_NOT_SWITCH_EXHAUSTIVELY_OVER_THIS_ENUM
330
+ case __DO_NOT_SWITCH_EXHAUSTIVELY_OVER_THIS_ENUM_USE_DEFAULT_INSTEAD
331
331
332
332
case stringConvertible( CustomStringConvertible & Sendable )
333
333
case stringConvertibleArray( [ CustomStringConvertible & Sendable ] )
@@ -367,7 +367,7 @@ public enum SpanAttribute: Equatable {
367
367
return value
368
368
case . stringConvertibleArray( let value) :
369
369
return value
370
- case . __DO_NOT_SWITCH_EXHAUSTIVELY_OVER_THIS_ENUM :
370
+ case . __DO_NOT_SWITCH_EXHAUSTIVELY_OVER_THIS_ENUM_USE_DEFAULT_INSTEAD :
371
371
fatalError ( " Cannot have values of __DO_NOT_SWITCH_EXHAUSTIVELY_OVER_THIS_ENUM " )
372
372
}
373
373
}
You can’t perform that action at this time.
0 commit comments