We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc8c2f commit 2fb6f32Copy full SHA for 2fb6f32
1 file changed
crate_universe/extensions.bzl
@@ -32,7 +32,7 @@ bazel_dep(name = "rules_rust", version = "0.68.1")
32
You find the latest version on the [release page](https://github.com/bazelbuild/rules_rust/releases).
33
34
35
-After adding `rules_rust` in your `MODULE.bazel, set the following to begin using `crate_universe`:
+After adding `rules_rust` in your `MODULE.bazel`, set the following to begin using `crate_universe`:
36
37
```python
38
crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")
0 commit comments