Skip to content

Commit 6ceb2da

Browse files
authored
Deprecate another helper. (#1841)
1 parent 95d4576 commit 6ceb2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftProtobufPluginLibrary/Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
extension Google_Protobuf_Compiler_CodeGeneratorResponse {
1616
/// Helper to make a response with an error.
17+
@available(*, deprecated, message: "Please move your plugin to the CodeGenerator interface")
1718
public init(error: String) {
1819
self.init()
1920
self.error = error

0 commit comments

Comments
 (0)