Skip to content

Commit fe3f8ff

Browse files
committed
fix sendablemetatype
1 parent d6d14e5 commit fe3f8ff

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)