File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public protocol _SwiftInstrumentationSendable {}
24
24
/// Conforming types are used to extract values from a specific `Carrier`.
25
25
public protocol Extractor : _SwiftInstrumentationSendable {
26
26
/// The carrier to extract values from.
27
- associatedtype Carrier : Sendable
27
+ associatedtype Carrier
28
28
29
29
/// Extract the value for the given key from the `Carrier`.
30
30
///
@@ -37,7 +37,7 @@ public protocol Extractor: _SwiftInstrumentationSendable {
37
37
/// Conforming types are used to inject values into a specific `Carrier`.
38
38
public protocol Injector : _SwiftInstrumentationSendable {
39
39
/// The carrier to inject values into.
40
- associatedtype Carrier : Sendable
40
+ associatedtype Carrier
41
41
42
42
/// Inject the given value for the given key into the given `Carrier`.
43
43
///
You can’t perform that action at this time.
0 commit comments