Skip to content

Commit 0ca4aef

Browse files
authored
Merge pull request #418 from tayloraswift/fix-sendablemetatype
fix swift-argument-parser API breakage
2 parents d6d14e5 + fe3f8ff commit 0ca4aef

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Package.resolved

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/UnidocCLI/Regex (ext).swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ArgumentParser
22

3-
extension Regex<Substring>:@retroactive ExpressibleByArgument
3+
extension Regex<Substring>:@retroactive ExpressibleByArgument, @retroactive _SendableMetatype
44
{
55
@inlinable public
66
init?(argument:String)

0 commit comments

Comments
 (0)