Skip to content

Commit eda6e83

Browse files
committed
[stdlib] Use _Nonnull over __nonnull in Foundation
The `__nonnull` keyword is deprecated in favor of `_Nonnull`.
1 parent 4fa5182 commit eda6e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/stubs/FoundationHelpers.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ static CFRange cast(_swift_shims_CFRange value) {
109109
}
110110

111111
_swift_shims_CFStringRef
112-
swift::_swift_stdlib_objcDebugDescription(id __nonnull nsObject) {
112+
swift::_swift_stdlib_objcDebugDescription(id _Nonnull nsObject) {
113113
return [nsObject debugDescription];
114114
}

0 commit comments

Comments
 (0)