Remove explicit OpaquePointer Sendable conformance
Some checks are pending
Deploy Docs / publish (push) Waiting to run
SwiftLint / SwiftLint (push) Waiting to run

This commit is contained in:
david-swift 2026-02-02 20:14:25 +01:00
parent d7b7c112cf
commit 0e2595e2d4

View File

@ -1,8 +0,0 @@
//
// OpaquePointer.swift
// Meta
//
// Created by david-swift on 29.09.24.
//
extension OpaquePointer: @retroactive @unchecked Sendable { }