Skip to content

Commit da77e61

Browse files
committed
Remove deprecation tag from use_of_qq_on_non_optional_value
1 parent ea86221 commit da77e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@ WARNING(bitcasting_to_change_from_unsized_to_sized_int, none,
38163816
"initializer",
38173817
(Type, Type))
38183818

3819-
WARNING(use_of_qq_on_non_optional_value,NoUsage,
3819+
WARNING(use_of_qq_on_non_optional_value,none,
38203820
"left side of nil coalescing operator '?""?' has non-optional type %0, "
38213821
"so the right side is never used", (Type))
38223822
WARNING(nonoptional_compare_to_nil,none,

0 commit comments

Comments
 (0)