| # buildifier: disable=module-docstring | |
| def rust_workspace(): | |
| """An empty stub for compatibility with previous rules_rust releases.""" | |
| # buildifier: disable=print | |
| print("The `rust_workspace()` macro is obsolete. Please remove references to it from your WORKSPACE.") | |
| pass |