Brian Silverman | cc09f18 | 2022-03-09 15:40:20 -0800 | [diff] [blame] | 1 | # buildifier: disable=module-docstring |
2 | def rust_workspace(): | ||||
3 | """An empty stub for compatibility with previous rules_rust releases.""" | ||||
4 | |||||
5 | # buildifier: disable=print | ||||
6 | print("The `rust_workspace()` macro is obsolete. Please remove references to it from your WORKSPACE.") | ||||
7 | pass |