Skip to content

Commit

Permalink
Remove unneeded @preconcurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Jun 14, 2024
1 parent ebe058e commit 01a0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QueuesFluentDriver/QueuesFluentError.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@preconcurrency import struct Queues.JobIdentifier
import struct Queues.JobIdentifier

enum QueuesFluentError: Error {
/// The queues system attempted to act on a job identifier which could not be found.
Expand Down

0 comments on commit 01a0079

Please sign in to comment.