Skip to content

Commit 3cdc47d

Browse files
aristidispfacebook-github-bot
authored andcommitted
fbcode//eit/llama/common (+7 more)
Summary: This is a trivial, non-semantic codemod aimed at making the existing aliasing behavior more explicit: the thrift_library macro already adds a "py-deprecated" language whenever the legacy "py" value is used. For more details, please see: https://fburl.com/thrift_codemod_add_py_deprecated_language Reviewed By: dtolnay Differential Revision: D71670962 fbshipit-source-id: 751d712c8954ea4634e42cd796a08f12b23e4e9c
1 parent c2da3a3 commit 3cdc47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fb303/thrift/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thrift_library(
2424
"cpp2",
2525
"javadeprecated",
2626
"java-swift",
27-
"py",
27+
"py-deprecated",
2828
"py3",
2929
"python",
3030
"go",

0 commit comments

Comments
 (0)