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:
parent
868da19d76
commit
84400f0448
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user