File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ extension IORing.Request {
328
328
329
329
@inlinable public static func cancel(
330
330
_ matchAll: CancellationMatch ,
331
- matchingContext: UInt64 ,
331
+ matchingContext: UInt64
332
332
) -> IORing . Request {
333
333
switch matchAll {
334
334
case . all:
@@ -340,7 +340,7 @@ extension IORing.Request {
340
340
341
341
@inlinable public static func cancel(
342
342
_ matchAll: CancellationMatch ,
343
- matching: FileDescriptor ,
343
+ matching: FileDescriptor
344
344
) -> IORing . Request {
345
345
switch matchAll {
346
346
case . all:
@@ -352,7 +352,7 @@ extension IORing.Request {
352
352
353
353
@inlinable public static func cancel(
354
354
_ matchAll: CancellationMatch ,
355
- matching: IORing . RegisteredFile ,
355
+ matching: IORing . RegisteredFile
356
356
) -> IORing . Request {
357
357
switch matchAll {
358
358
case . all:
You can’t perform that action at this time.
0 commit comments