Skip to content

Commit 1e3c7a8

Browse files
committed
Regenerate documentation
1 parent 9742ff6 commit 1e3c7a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rust_analyzer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_deps")
2121
rust_analyzer_deps()
2222
```
2323

24+
You'll also need to ensure any `rust_repository` or `rust_repositories` calls in your `WORKSPACE` file set the arg `include_rustc_src` to `True`.
25+
2426
Then, add a rule to the root `BUILD` file like the following.
2527

2628
```python

0 commit comments

Comments
 (0)