We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e993d5 commit c692edaCopy full SHA for c692eda
Sources/PostgresNIO/Deprecated/PostgresData+UInt.swift
@@ -1,6 +1,6 @@
1
private func warn(
2
_ old: Any.Type, mustBeConvertedTo new: Any.Type,
3
- file: StaticString = #filePath, line: UInt = #line
+ file: StaticString = #file, line: UInt = #line
4
) {
5
assertionFailure("""
6
Integer conversion unsafe.
0 commit comments