Commit 5aa3a63
authored
Mark deprecated FunctionURLResponse init as @_disfavoredOverload (#93)
In a previous PR (#91), a new init with a different parameters order was
added, marking the previous one was deprecated. The problem is that the
compiler doesn't know which one to choose when omitting the final
parameters.
This PR fixes it by marking the deprecated init with
`@_disfavoredOverload`.1 parent 89f1172 commit 5aa3a63
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments