Commit a475135
authored
Avoid errors in old toolchains, add to-be-removed convenience keyword (#1026)
It was reported that beta-2 toolchain errors out on the missing `convenience` in this init.
This is actually fixed by https://github.com/apple/swift-evolution/blob/main/proposals/0327-actor-initializers.md which @kavon implemented, so as soon as we get a stable Swift which does not need the convenience keyword we can drop it.
Adding for now to make life of early adopters easier.1 parent 5100fd1 commit a475135
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments