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 04ade9a commit 5d20c4aCopy full SHA for 5d20c4a
python/proto/BUILD.bazel
@@ -14,10 +14,9 @@
14
15
package(default_visibility = ["//visibility:public"])
16
17
-# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18
-# Deprecated in favour of the implementation in https://github.com/protocolbuffers/protobuf.
19
-# It will be removed in a future release.
+# Deprecated; use @com_google_protobuf//bazel/private:python_toolchain_type instead.
20
# Alias is here to provide backward-compatibility; see #2604
+# It will be removed in a future release.
21
alias(
22
name = "toolchain_type",
23
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
0 commit comments