Updated `tools/rust_analyzer` to use `crate_universe`. (#1448)
* Updated `tools/rust_analyzer` to use `crate_universe`.
* Regenerate documentation
* Updated generated files.
* Deleted tools/rust_analyzer/raze
* Add missing bzl_lib target
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
index fef8fda..7afa1dc 100644
--- a/WORKSPACE.bazel
+++ b/WORKSPACE.bazel
@@ -24,9 +24,9 @@
rust_bindgen_register_toolchains()
-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()
load("@rules_rust//util/import:deps.bzl", "import_deps")