Skip to content

Commit 04ade9a

Browse files
authored
add deprecation
1 parent e95f95f commit 04ade9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/proto/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
package(default_visibility = ["//visibility:public"])
1616

1717
# 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.
1820
# Alias is here to provide backward-compatibility; see #2604
1921
alias(
2022
name = "toolchain_type",

0 commit comments

Comments
 (0)