Commit 893b3db
authored
Use granular RetroactiveAttribute feature guard (#359)
### Motivation
To protect against corner-cases where the more coarse compiler guard is
insufficient.
### Modifications
Use granular `RetroactiveAttribute` feature guard
### Result
Safer code building.
### Test Plan
Tested code building with 5.8 on Linux1 parent 2081703 commit 893b3db
File tree
2 files changed
+2
-2
lines changed- Sources
- _OpenAPIGeneratorCore/Extensions
- swift-openapi-generator
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments