mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #36592 from drexin/wip-remove-codable-enum-flag
[Frontend] Remove enable-experimental-enum-codable-derivation flag
This commit is contained in:
@@ -273,9 +273,6 @@ namespace swift {
|
||||
/// Enable inference of Sendable conformances for public types.
|
||||
bool EnableInferPublicSendable = false;
|
||||
|
||||
/// Enable experimental derivation of `Codable` for enums.
|
||||
bool EnableExperimentalEnumCodableDerivation = false;
|
||||
|
||||
/// Disable the implicit import of the _Concurrency module.
|
||||
bool DisableImplicitConcurrencyModuleImport = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user