Skip to content

Commit 51eb17a

Browse files
authored
Merge pull request #2847 from drodriguez/remove-foundation
[SwiftLexicalLookup] Remove some import Foundation
2 parents 984ec6d + ae322de commit 51eb17a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Sources/SwiftLexicalLookup/Configurations/LookupConfig.swift

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
import Foundation
14-
1513
@_spi(Experimental) public struct LookupConfig {
1614
/// Specifies behavior of file scope.
1715
@_spi(Experimental) public var fileScopeHandling: FileScopeHandlingConfig

Sources/SwiftLexicalLookup/SimpleLookupQueries.swift

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
import Foundation
1413
import SwiftSyntax
1514

1615
extension SyntaxProtocol {

0 commit comments

Comments
 (0)