1
1
mirror of https://github.com/kean/Nuke.git synced 2024-11-28 12:04:01 +03:00

Remove redundant @unchecked from ImageProcessingOptions.Border

This commit is contained in:
kean 2024-08-18 14:55:47 -04:00
parent 868da19d76
commit 84400f0448

View File

@ -34,7 +34,7 @@ public enum ImageProcessingOptions: Sendable {
/// views in which they get displayed. If you can't guarantee that, pleasee
/// consider adding border to a view layer. This should be your primary
/// option regardless.
public struct Border: Hashable, CustomStringConvertible, @unchecked Sendable {
public struct Border: Hashable, CustomStringConvertible, Sendable {
public let width: CGFloat
#if canImport(UIKit)