diff --git a/docs/rust_analyzer.md b/docs/rust_analyzer.md index 274284c872..82c4fc0bd6 100644 --- a/docs/rust_analyzer.md +++ b/docs/rust_analyzer.md @@ -16,9 +16,9 @@ such a file. First, add the following to the `WORKSPACE` file: ```python -load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_deps") +load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") -rust_analyzer_deps() +rust_analyzer_dependencies() ``` Next, add the following lines to the `.bazelrc` file of your workspace: