Skip to content

Commit

Permalink
Make MissingInitializer conform to Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Aug 1, 2024
1 parent 4506d05 commit a1d0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SafeDICore/Errors/FixableInstantiableError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum FixableInstantiableError: DiagnosticError {
case missingPublicOrOpenAttribute
case missingRequiredInitializer(MissingInitializer)

public enum MissingInitializer {
public enum MissingInitializer: Sendable {
case hasOnlyInjectableProperties
case hasInjectableAndNotInjectableProperties
case hasNoInjectableProperties
Expand Down

0 comments on commit a1d0116

Please sign in to comment.