Merge pull request #36592 from drexin/wip-remove-codable-enum-flag

[Frontend] Remove enable-experimental-enum-codable-derivation flag
This commit is contained in:
Saleem Abdulrasool
2021-03-31 15:04:32 -07:00
committed by GitHub
23 changed files with 24 additions and 38 deletions

View File

@@ -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;