Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jul 11, 2022
1 parent a818894 commit d908598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rust_analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d908598

Please sign in to comment.