Skip to content

Commit d3098fd

Browse files
author
Alexander Schmutz
committed
Remove unused imports
1 parent 0d5debf commit d3098fd

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

Sources/StructBuilderMacro/Enum/MakeEnumBuilder.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Alexander Schmutz on 09.02.24.
66
//
77

8-
import Foundation
98
import SwiftSyntax
109

1110
func makeEnumBuilder(enumDecl: EnumDeclSyntax) throws -> StructDeclSyntax {

Sources/StructBuilderMacro/Struct/MakeStructBuilder.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Alexander Schmutz on 09.02.24.
66
//
77

8-
import Foundation
98
import SwiftSyntax
109

1110
func makeStructBuilder(structDecl: StructDeclSyntax) -> StructDeclSyntax {

Sources/StructBuilderMacro/Utils/GetStructBuilderName.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Alexander Schmutz on 09.02.24.
66
//
77

8-
import Foundation
98
import SwiftSyntax
109

1110
func getStructBuilderName(from name: TokenSyntax) -> TokenSyntax {

Sources/StructBuilderMacro/Utils/MakeBuildFunctionDecl.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Alexander Schmutz on 09.02.24.
66
//
77

8-
import Foundation
98
import SwiftSyntax
109

1110
func makeBuildFunctionDecl(returningType: TypeSyntax, body: () -> ReturnStmtSyntax) -> FunctionDeclSyntax {

0 commit comments

Comments
 (0)