Skip to content

Commit

Permalink
Remove unnecessary (at)retroactive attribute
Browse files Browse the repository at this point in the history
It was not needed because the type and the extension are declared within the same module.
  • Loading branch information
yimajo committed Aug 29, 2024
1 parent ae18abf commit 2a30346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app-ios/Sources/Theme/ColorAsset+Sendable.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#if hasFeature(RetroactiveAttribute)
extension ColorAsset: @retroactive @unchecked Sendable {}
#else
extension ColorAsset: @unchecked Sendable {}
#endif
4 changes: 0 additions & 4 deletions app-ios/Sources/Theme/FontConvertible+Sendable.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#if hasFeature(RetroactiveAttribute)
extension FontConvertible: @retroactive @unchecked Sendable {}
#else
extension FontConvertible: @unchecked Sendable {}
#endif

0 comments on commit 2a30346

Please sign in to comment.