mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
85542a6f8d
`DispatchQueue.sync` was required to avoid CoW on calling `subscript` from multiple copied instances of `Array`. Since `UnsafeMutableBufferPointer` does not cause CoW on same situation, `DispatchQueue.sync` can be removed.