소스 검색

Deprecate another helper. (#1841)

Thomas Van Lenten 7 달 전
부모
커밋
6ceb2da59b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Sources/SwiftProtobufPluginLibrary/Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift

+ 1 - 0
Sources/SwiftProtobufPluginLibrary/Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift

@@ -14,6 +14,7 @@
 
 extension Google_Protobuf_Compiler_CodeGeneratorResponse {
     /// Helper to make a response with an error.
+    @available(*, deprecated, message: "Please move your plugin to the CodeGenerator interface")
     public init(error: String) {
         self.init()
         self.error = error