Skip to content

Commit 00dc256

Browse files
committed
remove last usage of @_implementationOnly in the repo
1 parent fa0dd71 commit 00dc256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_imports.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private func checkFile(_ file: String, logger: ErrorLogger, inRepo repoURL: URL,
8888
.forEach { lineNum, line in
8989
logger
9090
.importLog(
91-
"Use `@_implementationOnly import FirebaseCoreExtension` when importing `FirebaseCoreExtension`.",
91+
"Use `internal import FirebaseCoreExtension` when importing `FirebaseCoreExtension`.",
9292
file, lineNum
9393
)
9494
}

0 commit comments

Comments
 (0)