We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61f19 commit 8a5ad62Copy full SHA for 8a5ad62
Sources/protoc-gen-swift/MessageStorageDecision.swift
@@ -85,7 +85,7 @@ fileprivate struct AnalyseResult {
85
86
/// The message should use storage.
87
static let useStorage =
88
- Self(usesStorage: true, costAsField: FieldCost.singleMessageFieldUsingStorage)
+ AnalyseResult(usesStorage: true, costAsField: FieldCost.singleMessageFieldUsingStorage)
89
}
90
91
/// Cache for the `analyse(descriptor:)` results to avoid doing them multiple
0 commit comments