Skip to content

Commit b5eba73

Browse files
committed
fix warnings
1 parent 2b594f9 commit b5eba73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
dependencies: [
2020
// Read Swift code
2121
.package(
22-
url: "https://github.com/swiftlang/swift-syntax.git",
22+
url: "https://github.com/apple/swift-syntax.git",
2323
from: "601.0.0"
2424
),
2525

Sources/Macro/Macro/TaggedEnum/TaggedEnumMacroBase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ enum TaggedEnumMacroBase {
4141
// MARK: - Entry Point
4242

4343
static func expansion(
44-
of node: AttributeSyntax,
44+
of _: AttributeSyntax,
4545
attachedTo declaration: some DeclGroupSyntax,
4646
providingExtensionsOf type: some TypeSyntaxProtocol,
4747
conformancesToGenerate: Set<Conformance>,

0 commit comments

Comments
 (0)